diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-08 19:40:16 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-08 19:40:16 -0400 |
| commit | 9996b4cd69ecd0a3a9d3f0536a8ab03729283f97 (patch) | |
| tree | 9950064d4dfb9ff68fdcad30761c6b87725c5301 /scripts | |
| parent | 33990d938f594b45f9a876da02d27550f14d3bc0 (diff) | |
Update writer.py with legacy import
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/writer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/writer.py b/scripts/writer.py index df36b50..cf4690c 100644 --- a/scripts/writer.py +++ b/scripts/writer.py @@ -1,3 +1,5 @@ +from __future__ import with_statement + class ConsoleWriter(object): def section(self, label): |
