mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
Removed import lib.*/from lib.*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user