fixed bad indent

This commit is contained in:
Darren Ranalli 2006-05-17 00:02:41 +00:00
parent 48daa49556
commit e6abff1251

View File

@ -192,7 +192,7 @@ class ClientRepository(ClientRepositoryBase):
classDef = dclass.getClassDef()
if classDef == None:
self.notify.error("Could not create an undefined %s object." % (
dclass.getName()))
dclass.getName()))
distObj = classDef(self)
distObj.dclass = dclass
# Assign it an Id