mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-18 01:40:50 -05:00
*** empty log message ***
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user