[pytango] 07/25: Fix shebang for itango3

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:16 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 125a1a96b4c7c07d1577872ad65aed462a1c58c2
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Wed Apr 6 13:12:16 2016 +0200

    Fix shebang for itango3
---
 scripts/itango3 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/itango3 b/scripts/itango3
index 0692811..23a28e7 100755
--- a/scripts/itango3
+++ b/scripts/itango3
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # ------------------------------------------------------------------------------
 # This file is part of PyTango (http://www.tinyurl.com/PyTango)
@@ -11,17 +11,17 @@
 # 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 
+"""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