zephyr mirror: remove unused imports.

(imported from commit 3ba0629f0a9009087b90fb6f795e855b569c2a67)
This commit is contained in:
Jessica McKellar 2013-02-06 13:22:03 -05:00
parent a31f443baa
commit cec2dfa52e

View file

@ -22,7 +22,6 @@
# SOFTWARE.
import sys
import traceback
import simplejson
import re
import time
@ -34,7 +33,6 @@ import textwrap
import signal
import logging
import hashlib
import unicodedata
import tempfile
DEFAULT_SITE = "https://humbughq.com"