Skip to content

Commit

Permalink
Fixed missing import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thetestgame committed Feb 18, 2022
1 parent ffe97ab commit cdd8fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panda3d_astron/database.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from panda3d.core import *
from panda3d.direct import DCPacker
from direct.directnotify import DirectNotifyGlobal
from direct.distributed.MsgTypes import *
from direct.distributed.ConnectionRepository import ConnectionRepository
Expand Down

0 comments on commit cdd8fba

Please sign in to comment.