Browse Source

Unused import

master
Chris Smith 14 years ago
parent
commit
479e62b91e
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/helloworld.py

+ 1
- 2
src/helloworld.py View File

@@ -1,6 +1,5 @@
1
-import cgi
2
-from Scraper import Scraper
3 1
 import os
2
+from Scraper import Scraper
4 3
 from google.appengine.ext.webapp import template
5 4
 
6 5
 from google.appengine.ext import webapp

Loading…
Cancel
Save