Some import cleanup

(imported from commit 265cebb011309b9a880035ccd587a5e51554803a)
This commit is contained in:
Keegan McAllister 2012-10-15 16:13:32 -04:00
parent 66224fef35
commit 077d662b14

View file

@ -3,7 +3,6 @@ import simplejson
import requests
import time
import traceback
from os import path
# Check that we have a recent enough version
assert(requests.__version__ > '0.12')