Added with_statement import from da future.

This commit is contained in:
Jannis Leidel
2011-05-26 15:21:12 +02:00
parent 0544955a30
commit d2f75e8d15

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
from __future__ import with_statement
import optparse
import sys