2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
This commit is contained in:
@@ -45,7 +45,6 @@ log = logging.getLogger(".WriteCD")
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import gtk
|
||||
import gtk.glade
|
||||
import Errors
|
||||
|
||||
#This is a GNOME only plugin
|
||||
@@ -62,11 +61,11 @@ except ImportError:
|
||||
"for GNOME are not installed"))
|
||||
|
||||
try:
|
||||
from gnomevfs import URI, create, OPEN_WRITE, make_directory, \
|
||||
FileExistsError
|
||||
from gnomevfs import (URI, create, OPEN_WRITE, make_directory,
|
||||
FileExistsError)
|
||||
except:
|
||||
from gnome.vfs import URI, create, OPEN_WRITE, make_directory, \
|
||||
FileExistsError
|
||||
from gnome.vfs import (URI, create, OPEN_WRITE, make_directory,
|
||||
FileExistsError)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user