mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
check for non-integerness before range
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user