Normalize all the line endings

This commit is contained in:
Jean-François Milants
2021-01-31 20:50:04 +01:00
parent ec0deb66b7
commit 51ff9d5e7b
3 changed files with 4 additions and 4 deletions

View File

@@ -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))
#--------------------------------------------------------------------------
#