Remove the version number from bytestring.
It used to be a separate module, now it's in voussoirkit.
This commit is contained in:
parent
d3d4eae8f6
commit
7713e735cc
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ import sys
|
|||
|
||||
from voussoirkit import pipeable
|
||||
|
||||
__VERSION__ = '0.0.1'
|
||||
|
||||
BYTE = 1
|
||||
KIBIBYTE = 1024 * BYTE
|
||||
MIBIBYTE = 1024 * KIBIBYTE
|
||||
|
|
Loading…
Reference in a new issue