Normalize all the line endings
This commit is contained in:
parent
ec0deb66b7
commit
51ff9d5e7b
3 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ class Unpacker(object):
|
|||
#
|
||||
#--------------------------------------------------------------------------
|
||||
def entropy(self, length):
|
||||
return ''.join(random.choice('abcdefghijklmnopqrstuvwxyz') for i in range (length))
|
||||
return ''.join(random.choice('abcdefghijklmnopqrstuvwxyz') for i in range (length))
|
||||
|
||||
#--------------------------------------------------------------------------
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue