Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
a273e86056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/Finder.py

+ 1 - 1
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)
         # print ('Warning: could not find class, defining new class in builtins: ' + className)
         # Now execute that class def
         # Now execute that class def
         # execfile(filename, builtins)
         # 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
         # Remove that temp file
         file.close()
         file.close()
         os.remove(filename)
         os.remove(filename)