summaryrefslogtreecommitdiffstats
path: root/python_modules/codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_modules/codegen.py')
-rw-r--r--python_modules/codegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python_modules/codegen.py b/python_modules/codegen.py
index af6636b..03c67e6 100644
--- a/python_modules/codegen.py
+++ b/python_modules/codegen.py
@@ -1,3 +1,4 @@
+from __future__ import with_statement
from cStringIO import StringIO
def camel_to_underscores(s, upper = False):