Removed import lib.*/from lib.*

This commit is contained in:
Bas Stottelaar
2014-09-16 22:06:41 +02:00
parent 964c5008ca
commit a6fe517f87
22 changed files with 51 additions and 50 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ try:
except ImportError:
try:
# Python < 2.6
import lib.simplejson as simplejson
import simplejson as simplejson
except ImportError:
try:
# Google App Engine
@@ -63,7 +63,7 @@ try:
except ImportError:
from md5 import md5
import lib.oauth2 as oauth
import oauth2 as oauth
CHARACTER_LIMIT = 140