Fix python 3 syntax errors with new revdep-rebuild. Change VERSION to
[gentoolkit.git] / pym / gentoolkit / revdep_rebuild / stuff.py
index 7b287b196a33c10571e90a4dcc4a7a23ac5e695b..1ab21f255db0607a431ffe4021c45990d3ecc6ac 100644 (file)
@@ -52,4 +52,4 @@ def _match_str_in_list(lst, stri):
 
 
 if __name__ == '__main__':
-       print "There is nothing to run here."
+       print("There is nothing to run here.")