From a273e86056801ecffdceef65d96aadfade8f8627 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Tue, 9 Oct 2001 15:31:28 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/Finder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/Finder.py b/direct/src/showbase/Finder.py index 9f62b418c7..3dff9a55b6 100644 --- a/direct/src/showbase/Finder.py +++ b/direct/src/showbase/Finder.py @@ -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)