Show
Ignore:
Timestamp:
08/26/08 01:56:24 (5 years ago)
Author:
getxsick
Message:

Removed double functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/UMPA/umpa/_packets.py

    r3624 r3632  
    172172        # we make it because we need string for socket object 
    173173        # so after that we pack it by struct module.pack() 
    174         byte_chunks = umpa.utils.bits.split_into_chunks(self.raw, self.bits) 
     174        byte_chunks = umpa.utils.bits.split_number_into_chunks(self.raw) 
    175175        return struct.pack('!' + 'B'*(self.bits/BYTE), *byte_chunks) 
    176176