diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-28 15:39:46 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-28 15:39:46 +0800 |
| commit | bd27a75a0bf7120b1bdc280fda0bed9e8abdce75 (patch) | |
| tree | 9b372cf8b57010995ab701bc0a7b107188ac2f26 /daemon | |
| parent | 351224c9ef40beca8c72a4c79e68d2bde17ab727 (diff) | |
| download | ibus-bd27a75a0bf7120b1bdc280fda0bed9e8abdce75.tar.gz ibus-bd27a75a0bf7120b1bdc280fda0bed9e8abdce75.tar.xz ibus-bd27a75a0bf7120b1bdc280fda0bed9e8abdce75.zip | |
Remove unused import
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/config.py | 1 | ||||
| -rw-r--r-- | daemon/factorymanager.py | 1 | ||||
| -rw-r--r-- | daemon/panel.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/daemon/config.py b/daemon/config.py index 3b65442..4c719fe 100644 --- a/daemon/config.py +++ b/daemon/config.py @@ -24,7 +24,6 @@ __all__ = ( "DefaultConfig" ) -import weakref import gobject import ibus import defaultconfig diff --git a/daemon/factorymanager.py b/daemon/factorymanager.py index 1a7dc23..351f40c 100644 --- a/daemon/factorymanager.py +++ b/daemon/factorymanager.py @@ -19,7 +19,6 @@ # Free Software Foundation, Inc., 59 Temple Place, Suite 330, # Boston, MA 02111-1307 USA -import weakref import gobject import ibus from enginefactory import EngineFactory diff --git a/daemon/panel.py b/daemon/panel.py index f1076cd..2da83d5 100644 --- a/daemon/panel.py +++ b/daemon/panel.py @@ -19,7 +19,6 @@ # Free Software Foundation, Inc., 59 Temple Place, Suite 330, # Boston, MA 02111-1307 USA -import weakref import gobject import ibus |
