*** empty log message ***

This commit is contained in:
Jesse Schell 2000-11-01 19:19:46 +00:00
parent d7f510ea9b
commit d5956b649c

View File

@ -42,6 +42,7 @@ class ClientDistUpdate:
#assert(aClass.__dict__.has_key(self.name)) #assert(aClass.__dict__.has_key(self.name))
#func = aClass.__dict__[self.name] #func = aClass.__dict__[self.name]
func = eval(cdc.name + "." + cdc.name + "." + self.name) func = eval(cdc.name + "." + cdc.name + "." + self.name)
print("Calling: " + cdc.name + "." + cdc.name + "." + self.name)
# Get the arguments into a list # Get the arguments into a list
args = self.extractArgs(di) args = self.extractArgs(di)
# Apply the function to the object with the arguments # Apply the function to the object with the arguments