[Pkg-bazaar-commits] ./bzr-gtk/unstable r178: Remove unneeded imports.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:45:45 UTC 2009


------------------------------------------------------------
revno: 178
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2007-03-20 22:08:58 +0100
message:
  Remove unneeded imports.
modified:
  __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-03-20 20:47:09 +0000
+++ b/__init__.py	2007-03-20 21:08:58 +0000
@@ -335,13 +335,9 @@
 
         set_ui_factory()
         from commit import CommitDialog
-        from bzrlib.commit import Commit
         from bzrlib.errors import (BzrCommandError,
                                    NotBranchError,
-                                   NoWorkingTree,
-                                   PointlessCommit,
-                                   ConflictsInTree,
-                                   StrictCommitFailed)
+                                   NoWorkingTree)
 
         wt = None
         br = None
@@ -357,7 +353,6 @@
             except NotBranchError, e:
                 path = e.path
 
-
         commit = CommitDialog(wt, path, not br)
         commit.run()
 



More information about the Pkg-bazaar-commits mailing list