Import with statement in helpers.py, #264.

This commit is contained in:
Ron DuPlain 2011-06-28 12:00:01 -04:00
parent e2fed6c3a7
commit 57d9a2a118
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
:license: BSD, see LICENSE for more details.
"""
from __future__ import with_statement
import os
import sys
import posixpath