Python 3.4+ compatibility (while dropping Python < 2.6).
[texml.git] / Texml / processor.py
index 4f746d5..ac9415c 100644 (file)
@@ -93,7 +93,7 @@ try:
       encoding     = encoding,
       always_ascii = always_ascii,
       use_context  = use_context)
-except Exception, msg:
+except Exception as msg:
   print sys.stderr, 'texml: %s' % str(msg)
 
 # Clean up resources