diff -r 3dc3ad02d091 -r aaed3f813ef8 server/repository.py --- 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,