From 984f83d94b8dddae5df93bdeadb4775ae0b93a6f Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 3 Jan 2019 15:36:15 +0100 Subject: [PATCH] directbase: fix a stray pandac.PandaModules --- direct/src/directbase/ThreeUpStart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directbase/ThreeUpStart.py b/direct/src/directbase/ThreeUpStart.py index b0a78fcef9..87158c937a 100644 --- a/direct/src/directbase/ThreeUpStart.py +++ b/direct/src/directbase/ThreeUpStart.py @@ -1,7 +1,7 @@ print('ThreeUpStart: Starting up environment.') -from pandac.PandaModules import * +from panda3d.core import * from direct.showbase.PythonUtil import * from direct.showbase import ThreeUpShow