*** empty log message ***

This commit is contained in:
Joe Shochet
2001-10-09 15:31:28 +00:00
parent 340a3c4bd3
commit a273e86056

View File

@@ -92,7 +92,7 @@ def rebindClass(builtins, filename):
# print ('Warning: could not find class, defining new class in builtins: ' + className)
# Now execute that class def
# execfile(filename, builtins)
print ('Warning: Finder could not find class.')
print ('Warning: Finder could not find class, try importing the file first')
# Remove that temp file
file.close()
os.remove(filename)