summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2007-08-30 14:00:21 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-08-30 14:00:21 +0000
commit09ac3111fac38055ca4902a16176a63e73762e99 (patch)
tree092d97a0b4f153f4ef9580a9a20788f80101b26f
parentf5d07921be47581a7c6b36b89afb3efd66ad2dec (diff)
downloadpygobject-python-3.tar.gz
Use python3ish print()python-3
svn path=/branches/python-3/; revision=704
-rw-r--r--ltihooks.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltihooks.py b/ltihooks.py
index a7a357cf..4a62833b 100644
--- a/ltihooks.py
+++ b/ltihooks.py
@@ -1,6 +1,6 @@
def install():
- print "ltihooks: not implemented"
+ print("ltihooks: not implemented")
def uninstall():
- print "ltihooks: not implemented"
+ print("ltihooks: not implemented")