breaks under python 2.7, without the from __future__ import

This commit is contained in:
jorjun
2012-07-18 12:58:55 +02:00
parent 73815e2ed0
commit 2c241d2801
+1
View File
@@ -1,3 +1,4 @@
from __future__ import print_function
import sys, glob
sys.path.insert(0, '..')
from chardet.universaldetector import UniversalDetector