2.5 with_statement support!

This commit is contained in:
star:Kenneth Reitz
2011-03-24 05:06:23 -04:00
parent 6404b0e49c
commit bf7b5d0930
8 changed files with 14 additions and 4 deletions
+2
View File
@@ -4,6 +4,8 @@
import sys
import os
from __future__ import with_statement
sys.path.insert(0, os.path.abspath('..'))
from clint import piped_in