Remove unused imports

(imported from commit 3f9c19a73028b86d386df90c0ffafa33168482e1)
This commit is contained in:
Keegan McAllister 2012-10-02 16:14:31 -04:00
parent 37630daeba
commit bebed43a23
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,4 @@
#!/usr/bin/python #!/usr/bin/python
import mechanize
import urllib
import sys import sys
import os import os
import optparse import optparse

View file

@ -1,6 +1,4 @@
#!/usr/bin/python #!/usr/bin/python
import mechanize
import urllib
import sys import sys
import os import os
import optparse import optparse