fixed few unused imports

This commit is contained in:
Denis Bilenko
2008-10-30 02:01:51 +06:00
parent adff796ce2
commit dba32d7c95
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
import sys
import unittest
from eventlet.api import call_after, spawn, sleep

View File

@@ -4,7 +4,6 @@
Usage: %prog [--hub HUB] [--reactor REACTOR] program.py
"""
import sys
import optparse
def import_green(modulename):
m = __import__('eventlet.green.' + modulename)