Move `import with_statement` from sawsim_histogram to sawsim.
[sawsim.git] / pysawsim / sawsim.py
index 858db1c8edc76cc49c2ce752ec0c9b5fe2cd7793..67cfe297c6151eaf530dc7d7a9dca9adb3166a56 100644 (file)
@@ -21,6 +21,8 @@
 """`Seminar` for running `sawsim` and parsing the results.
 """
 
+from __future__ import with_statement
+
 try:
     from collections import namedtuple
 except ImportError:  # work around Python < 2.6