ソースを参照

Unused import

master
Chris Smith 14年前
コミット
479e62b91e
1個のファイルの変更1行の追加2行の削除
  1. 1
    2
      src/helloworld.py

+ 1
- 2
src/helloworld.py ファイルの表示

@@ -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

読み込み中…
キャンセル
保存