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,9 +1,12 @@
from util import hook, timesince
import tweepy
import re
import random
from datetime import datetime
import tweepy
from util import hook, timesince
TWITTER_RE = (r"(?:(?:www.twitter.com|twitter.com)/(?:[-_a-zA-Z0-9]+)/status/)([0-9]+)", re.I)