From 09ac3111fac38055ca4902a16176a63e73762e99 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 30 Aug 2007 14:00:21 +0000 Subject: Use python3ish print() svn path=/branches/python-3/; revision=704 --- ltihooks.py | 4 ++-- 1 file 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") -- cgit v1.2.1