Run `./2to3.py -w jinja2`
[jinja2.git] / jinja2 / _markupsafe / _bundle.py
index e694faf23d46d291f2c6c39cc3c810dc3c74bd92..1bf3991ec91dc4974f44d0afb0088a056ffdaf3e 100644 (file)
@@ -25,7 +25,7 @@ def rewrite_imports(lines):
 
 def main():
     if len(sys.argv) != 2:
-        print 'error: only argument is path to markupsafe'
+        print('error: only argument is path to markupsafe')
         sys.exit(1)
     basedir = os.path.dirname(__file__)
     markupdir = sys.argv[1]