[pytango] 442/483: Fix for python 3
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:15:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit ddf2ac0246f02903809d9cb8012ff6c0546742dc
Author: Tiago Coutinho <coutinhotiago at gmail.com>
Date: Fri Feb 6 16:42:50 2015 +0100
Fix for python 3
---
scripts/pytango_winpostinstall.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/scripts/pytango_winpostinstall.py b/scripts/pytango_winpostinstall.py
index aae1ba8..1599369 100644
--- a/scripts/pytango_winpostinstall.py
+++ b/scripts/pytango_winpostinstall.py
@@ -55,9 +55,8 @@ def install():
def remove():
- print "Removing..."
- print "DONE!"
- pass
+ print ("Removing...")
+ print ("DONE!")
def 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