Clean up some unused imports.

(imported from commit 0c5d8e2a55ba1b8909ba807fee3afe863dcdc226)
This commit is contained in:
Tim Abbott 2013-11-04 11:22:58 -05:00 committed by Zev Benjamin
parent 8b7ba417ea
commit efa5df1fac
3 changed files with 0 additions and 4 deletions

View file

@ -10,9 +10,7 @@ import irc.bot
import irc.strings
from irc.client import ip_numstr_to_quad, ip_quad_to_numstr
import zulip
import time
import optparse
import sys
def zulip_sender(sender_string):
nick = sender_string.split("!")[0]

View file

@ -1,6 +1,5 @@
#!/usr/bin/python
import sys
import os
import subprocess
import base64

View file

@ -31,7 +31,6 @@
import requests
import logging
import calendar
import time
import sys
import os