Skip to content

Commit

Permalink
Remove vestigial imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akdotcom committed Jun 25, 2012
1 parent 8f86599 commit f8d1ba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions abstract_app.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import logging
import os
try: import simplejson as json
except ImportError: import json
import string

from google.appengine.ext import webapp
from google.appengine.ext.webapp import template


from config import CONFIG
from model import UserToken, ContentInfo
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/python

import cgi
import Cookie
import email.utils
import logging
Expand Down

0 comments on commit f8d1ba8

Please sign in to comment.