Removed unused imports

This commit is contained in:
András Veres-Szentkirályi
2011-08-18 23:22:25 +02:00
parent e9006ae199
commit 9abff4f0ac
5 changed files with 7 additions and 8 deletions

View File

@@ -15,10 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys, os.path
from libmproxy import proxy, dump, utils, cmdline
import sys
from libmproxy import proxy, dump, cmdline
from libmproxy.version import VERSION
from optparse import OptionParser, OptionGroup
from optparse import OptionParser
if __name__ == '__main__':