Skip to content

Commit

Permalink
Expand star imports
Browse files Browse the repository at this point in the history
  • Loading branch information
godwhoa committed Nov 5, 2018
1 parent 8280fde commit f152e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyspades/contained.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This module contains the definitions and registrations for the various packets u
# Other things that should probably be done here is using cython.freelist(n) to
# speed up allocation for packets

from pyspades.common import *
from pyspades.constants import *
from pyspades.common import encode, decode
from pyspades.constants import NEUTRAL_TEAM, CTF_MODE, TC_MODE
from pyspades.loaders cimport Loader
from pyspades.bytes cimport ByteReader, ByteWriter
from pyspades.packet import register_packet
Expand Down

0 comments on commit f152e0f

Please sign in to comment.