Add missing 'os' module import

This commit is contained in:
rdb 2015-08-18 17:46:38 +02:00
parent 7ed146a4bf
commit f14f7d1913

View File

@ -13,6 +13,7 @@ __all__ = [
from panda3d import core
import sys
import types
import os
_vfs = core.VirtualFileSystem.getGlobalPtr()