mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Add missing 'os' module import
This commit is contained in:
parent
7ed146a4bf
commit
f14f7d1913
@ -13,6 +13,7 @@ __all__ = [
|
||||
from panda3d import core
|
||||
import sys
|
||||
import types
|
||||
import os
|
||||
|
||||
_vfs = core.VirtualFileSystem.getGlobalPtr()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user