[kupfer: 51/51] objects: Make very TEMPORARY migration imports



commit 2beaff26c76b97232028cb14e1a8ccd2ebd669c0
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Sun Jan 10 12:55:45 2010 +0100

    objects: Make very TEMPORARY migration imports
    
    All plugins using these from the objects module should be fixed.

 kupfer/objects.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/objects.py b/kupfer/objects.py
index 16cb32c..9b69cd7 100644
--- a/kupfer/objects.py
+++ b/kupfer/objects.py
@@ -1,3 +1,9 @@
 from kupfer.obj.base import *
 from kupfer.obj.objects import FileLeaf, AppLeaf, UrlLeaf, TextLeaf
 from kupfer.obj.objects import RunnableLeaf, SourceLeaf
+
+# NOTE: VERY TEMPORARY MIGRATION IMPORTS
+# ALL PLUGINS RELYING ON THESE SHOULD BE MIGRATED
+
+from kupfer.obj.helplib import FilesystemWatchMixin, PicklingHelperMixin
+from kupfer.obj.apps import AppLeafContentMixin



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