check for non-integerness before range

This commit is contained in:
Mark Pilgrim
2010-09-16 21:44:12 -04:00
parent dc45dd3265
commit 76a14e4290
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import sys
try:
import html5lib
except ImportError:
sys.path.insert(0, '/Users/pilgrim/code/html5lib/python3/src/')
sys.path.insert(0, '/home/pilgrim/code/html5lib/python3/src/')
import html5lib
input_filename = sys.argv[1]