server/repository.py
branchstable
changeset 4719 aaed3f813ef8
parent 4714 fccda6dd91bf
child 4756 a2c73b272c9b
--- a/server/repository.py	Fri Feb 26 13:12:01 2010 +0100
+++ b/server/repository.py	Fri Feb 26 13:19:14 2010 +0100
@@ -19,7 +19,7 @@
 
 import sys
 import Queue
-from os.path import join, exists
+from os.path import join
 from datetime import datetime
 from time import time, localtime, strftime
 
@@ -29,7 +29,7 @@
 from yams import BadSchemaDefinition
 from rql import RQLSyntaxError
 
-from cubicweb import (CW_SOFTWARE_ROOT, CW_MIGRATION_MAP, CW_EVENT_MANAGER,
+from cubicweb import (CW_SOFTWARE_ROOT, CW_MIGRATION_MAP,
                       UnknownEid, AuthenticationError, ExecutionError,
                       ETypeNotSupportedBySources, MultiSourcesError,
                       BadConnectionId, Unauthorized, ValidationError,