[kupfer: 1/3] plugin.truecrypt: fix problem with imports



commit a8ecc8c584e9fc3467a8fefee777e962bc46af2e
Author: Karol BÄ?dkowski <karol bedkowski gmail com>
Date:   Tue Feb 23 16:30:58 2010 +0100

    plugin.truecrypt: fix problem with imports

 kupfer/plugin/truecrypt.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/kupfer/plugin/truecrypt.py b/kupfer/plugin/truecrypt.py
index 7b9a671..343edc3 100644
--- a/kupfer/plugin/truecrypt.py
+++ b/kupfer/plugin/truecrypt.py
@@ -11,8 +11,9 @@ import os
 from xml.etree import cElementTree as ElementTree
 import gio
 
-from kupfer.objects import (Action, Source, Leaf, PicklingHelperMixin, 
-		AppLeafContentMixin, AppLeaf, FileLeaf)
+from kupfer.objects import (Action, Source, Leaf,AppLeaf, FileLeaf)
+from kupfer.obj.apps import AppLeafContentMixin
+from kupfer.obj.helplib import PicklingHelperMixin
 from kupfer import utils
 
 



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