diff options
Diffstat (limited to 'pygments/lexers/math.py')
-rw-r--r-- | pygments/lexers/math.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/math.py b/pygments/lexers/math.py index 9e123ece..def9b813 100644 --- a/pygments/lexers/math.py +++ b/pygments/lexers/math.py @@ -8,6 +8,7 @@ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ + from __future__ import print_function import re |