particles: Fix regression loading .ptf files

Regression introduced in #1454
This commit is contained in:
rdb 2023-02-22 20:26:51 +01:00
parent 11c7d38ce4
commit 10dd0f79bc

View File

@ -2,6 +2,7 @@
from panda3d.core import Filename, NodePath, VirtualFileSystem, getModelPath
# Leave these imports in, they may be used by ptf files.
from panda3d.core import * # pylint: disable=unused-import
from panda3d.physics import * # pylint: disable=unused-import
from . import Particles # pylint: disable=unused-import
from . import ForceGroup # pylint: disable=unused-import