diff --git a/common.py b/common.py index c2d0c7f..9d3d220 100644 --- a/common.py +++ b/common.py @@ -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')