From 0ff7cb650f30d4b30aad4ff8bce75454a9cae03e Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Thu, 25 Oct 2012 00:23:55 -0400 Subject: [PATCH] Remove unused imports (imported from commit eb576627ff72e57fee0e3a4c357f51ad74cd6c86) --- bots/check-mirroring | 10 ---------- bots/zephyr_mirror.py | 3 --- 2 files changed, 13 deletions(-) diff --git a/bots/check-mirroring b/bots/check-mirroring index ff8001b..5e1d384 100755 --- a/bots/check-mirroring +++ b/bots/check-mirroring @@ -1,19 +1,9 @@ #!/usr/bin/python -import urllib import sys -import logging -import traceback -import simplejson -import re import time -import subprocess import optparse import os -import datetime -import textwrap -import signal import random -from urllib2 import HTTPError root_path = "/mit/tabbott/for_friends" sys.path.append(root_path + "/python-zephyr") diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index e453e88..44e671e 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -1,7 +1,5 @@ #!/usr/bin/python -import urllib import sys -import logging import traceback import simplejson import re @@ -12,7 +10,6 @@ import os import datetime import textwrap import signal -from urllib2 import HTTPError root_path = "/mit/tabbott/for_friends" sys.path.append(root_path + "/python-zephyr")