summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 4af062ac..d0bf4651 100644
--- a/project.py
+++ b/project.py
@@ -52,7 +52,7 @@ else:
52 import urlparse 52 import urlparse
53 urllib = imp.new_module('urllib') 53 urllib = imp.new_module('urllib')
54 urllib.parse = urlparse 54 urllib.parse = urlparse
55 input = raw_input 55 input = raw_input # noqa: F821
56 56
57 57
58def _lwrite(path, content): 58def _lwrite(path, content):