remove unnecessary import

This commit is contained in:
Damien Churchill 2009-07-01 13:45:56 +00:00
parent d3d991d8aa
commit 65697faca5
1 changed files with 0 additions and 1 deletions

View File

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