remove unnecessary import

This commit is contained in:
Damien Churchill 2009-07-01 13:45:56 +00:00
commit 65697faca5

View file

@ -40,7 +40,6 @@
"""Main starting point for Deluge. Contains the main() entry point.""" """Main starting point for Deluge. Contains the main() entry point."""
import os import os
import os.path
import sys import sys
from optparse import OptionParser from optparse import OptionParser