server/sources/storages.py
branchstable
changeset 7118 e094b3d4eb95
parent 6426 541659c39f6a
child 7398 26695dd703d8
child 7449 5e45e32071aa
--- a/server/sources/storages.py	Mon Mar 28 15:23:57 2011 +0200
+++ b/server/sources/storages.py	Mon Mar 28 16:39:49 2011 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -24,7 +24,7 @@
 
 from cubicweb import Binary, ValidationError
 from cubicweb.server import hook
-from cubicweb.server.ssplanner import EditedEntity
+from cubicweb.server.edition import EditedEntity
 
 
 def set_attribute_storage(repo, etype, attr, storage):