Remove unused imports.

This commit is contained in:
Bastian Kleineidam 2010-12-22 13:06:24 +01:00
parent 84e4e3b28a
commit 2a4b60de4d

View file

@ -24,8 +24,8 @@ import urlparse
import urllib
import urllib2
from . import urlbase, get_index_html, absolute_url, get_url_from
from .. import log, LOG_CHECK, fileutil, strformat, url as urlutil, firefox
from . import urlbase, get_index_html, get_url_from
from .. import log, LOG_CHECK, fileutil, firefox
from .const import WARN_FILE_MISSING_SLASH, WARN_FILE_SYSTEM_PATH