Get Pygments wrapper working for Python 2.7 as well

pull/230/head
Shrutarshi Basu 4 years ago
parent ec67988b48
commit 1823382a4e

@ -31,6 +31,7 @@
# ...
# __END__
from __future__ import print_function
import sys
import optparse

Loading…
Cancel
Save