[pytango] 05/25: Add itango3 script
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to tag v8.1.9
in repository pytango.
commit 93223adbbef6425d6ca5ea618785ff11b62ea5f8
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date: Wed Apr 6 13:06:10 2016 +0200
Add itango3 script
---
scripts/itango3 | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/scripts/itango3 b/scripts/itango3
new file mode 100755
index 0000000..0692811
--- /dev/null
+++ b/scripts/itango3
@@ -0,0 +1,27 @@
+#!/usr/bin/env python
+
+# ------------------------------------------------------------------------------
+# This file is part of PyTango (http://www.tinyurl.com/PyTango)
+#
+# Copyright 2006-2012 CELLS / ALBA Synchrotron, Bellaterra, Spain
+# Copyright 2013-2014 European Synchrotron Radiation Facility, Grenoble, France
+#
+# Distributed under the terms of the GNU Lesser General Public License,
+# either version 3 of the License, or (at your option) any later version.
+# See LICENSE.txt for more info.
+# ------------------------------------------------------------------------------
+
+"""The itango startup file. This executable is actually an extension of the
+ ipython file that can be found in <prefix>/ipython (prefix usually being in
+ linux '/usr/bin'"""
+
+__all__ = [ "main" ]
+
+__docformat__ = 'restructuredtext'
+
+def main():
+ import PyTango.ipython
+ PyTango.ipython.run()
+
+if __name__ == '__main__':
+ main()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list