Couple of minor patches

This commit is contained in:
Miroslav Stampar
2021-05-24 13:12:18 +02:00
parent dccc837703
commit da86486cd9
8 changed files with 18 additions and 14 deletions

View File

@@ -119,7 +119,7 @@ __all__ = ['crypt']
# ----- END fcrypt.c LICENSE -----
import string, struct, sys
import struct, sys
if sys.version_info >= (3, 0):
xrange = range