mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 11:46:54 +01:00
Fix: networking.types.utility.__all__ is incorrect.
This commit is contained in:
parent
4956d5e70d
commit
e4f8b5583a
@ -6,7 +6,7 @@ from collections import namedtuple
|
||||
|
||||
|
||||
__all__ = (
|
||||
'Vector', 'MutableRecord', 'PositionAndLook',
|
||||
'Vector', 'MutableRecord', 'descriptor',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user