Skip to content

Commit b7a7ac8

Browse files
committed
Fix wrong import
1 parent 2b4963c commit b7a7ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbuf_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import xbuf_ext
2525
import xbuf_ext.custom_params_pb2
2626
import xbuf_ext.animations_kf_pb2
27-
import xbuf_ext.bullet_pb2
27+
import xbuf_ext.physics_pb2
2828
from . import helpers # pylint: disable=W0406
2929

3030

0 commit comments

Comments
 (0)