Remove unused imports
(imported from commit eb576627ff72e57fee0e3a4c357f51ad74cd6c86)
This commit is contained in:
parent
982623e90d
commit
0ff7cb650f
|
@ -1,19 +1,9 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import urllib
|
|
||||||
import sys
|
import sys
|
||||||
import logging
|
|
||||||
import traceback
|
|
||||||
import simplejson
|
|
||||||
import re
|
|
||||||
import time
|
import time
|
||||||
import subprocess
|
|
||||||
import optparse
|
import optparse
|
||||||
import os
|
import os
|
||||||
import datetime
|
|
||||||
import textwrap
|
|
||||||
import signal
|
|
||||||
import random
|
import random
|
||||||
from urllib2 import HTTPError
|
|
||||||
|
|
||||||
root_path = "/mit/tabbott/for_friends"
|
root_path = "/mit/tabbott/for_friends"
|
||||||
sys.path.append(root_path + "/python-zephyr")
|
sys.path.append(root_path + "/python-zephyr")
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
import urllib
|
|
||||||
import sys
|
import sys
|
||||||
import logging
|
|
||||||
import traceback
|
import traceback
|
||||||
import simplejson
|
import simplejson
|
||||||
import re
|
import re
|
||||||
|
@ -12,7 +10,6 @@ import os
|
||||||
import datetime
|
import datetime
|
||||||
import textwrap
|
import textwrap
|
||||||
import signal
|
import signal
|
||||||
from urllib2 import HTTPError
|
|
||||||
|
|
||||||
root_path = "/mit/tabbott/for_friends"
|
root_path = "/mit/tabbott/for_friends"
|
||||||
sys.path.append(root_path + "/python-zephyr")
|
sys.path.append(root_path + "/python-zephyr")
|
||||||
|
|
Loading…
Reference in a new issue