fnp
/
texml.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Python 3.4+ compatibility (while dropping Python < 2.6).
[texml.git]
/
Texml
/
processor.py
diff --git
a/Texml/processor.py
b/Texml/processor.py
index
4f746d5
..
ac9415c
100644
(file)
--- a/
Texml/processor.py
+++ b/
Texml/processor.py
@@
-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