mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Apply Python 3 futurize transform libmodernize.fixes.fix_file.
This commit is contained in:
committed by
Tim Abbott
parent
be0a4f349d
commit
f4aa609aea
@@ -78,7 +78,7 @@ notfile = []
|
||||
empty = []
|
||||
excluded = []
|
||||
|
||||
doc = file('tools/print-all/tex/all_code.tex', 'w')
|
||||
doc = open('tools/print-all/tex/all_code.tex', 'w')
|
||||
doc.write(r'''
|
||||
\input{header}
|
||||
\begin{document}
|
||||
|
||||
Reference in New Issue
Block a user