Browse Source

forgot os.path.join

David Rose 14 years ago
parent
commit
beabaecca4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/p3d/AppRunner.py

+ 1 - 0
direct/src/p3d/AppRunner.py

@@ -703,6 +703,7 @@ class AppRunner(DirectObject):
             __builtin__.open = file.open
             os.listdir = file.listdir
             os.walk = file.walk
+            os.path.join = file.join
             os.path.isfile = file.isfile
             os.path.isdir = file.isdir
             os.path.exists = file.exists