[kupfer] locate: fix imports



commit aae453a0b2fe1a7008f79eb4a956ec984f758819
Author: Karol BÄ?dkowski <karol bedkowsk+gh gmail com>
Date:   Sun Jan 10 17:41:10 2010 +0100

    locate: fix imports

 kupfer/plugin/locate.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/locate.py b/kupfer/plugin/locate.py
index ac0e039..1e88c71 100644
--- a/kupfer/plugin/locate.py
+++ b/kupfer/plugin/locate.py
@@ -2,8 +2,9 @@ import os
 import subprocess
 
 from kupfer.objects import Action, Source, Leaf
-from kupfer.objects import (TextLeaf, ConstructFileLeaf, FileLeaf)
+from kupfer.objects import TextLeaf, FileLeaf
 from kupfer import icons, plugin_support
+from kupfer.obj.objects import ConstructFileLeaf
 
 
 __kupfer_name__ = _("Locate Files")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]