Tidy Imports

This commit is contained in:
Luke Rogers 2014-02-14 16:36:57 +13:00
parent 4447e6cd1f
commit a76ff29d4b
59 changed files with 145 additions and 54 deletions

View file

@ -1,7 +1,9 @@
from util import hook, http, web, text
from urllib import urlencode
import re
from util import hook, http, web, text
sc_re = (r'(.*:)//(www.)?(soundcloud.com)(.*)', re.I)
api_url = "http://api.soundcloud.com"
sndsc_re = (r'(.*:)//(www.)?(snd.sc)(.*)', re.I)