mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
Remove unused imports
(imported from commit eb576627ff72e57fee0e3a4c357f51ad74cd6c86)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user