Style fixes

Calm pyflakes by using identifiers, and change hexversion to version.major.
This commit is contained in:
Sei Lisa 2019-01-18 23:41:45 +01:00
parent 09556d5fbc
commit f0068dd3bc
6 changed files with 9 additions and 2 deletions

View file

@ -1982,3 +1982,5 @@ def llXorBase64StringsCorrect(s, xor):
if xor[i] == b'\x00':
i = 0
return b64encode(ret).decode('utf8')
lslbasefuncs_used = True

View file

@ -19,6 +19,7 @@
import sys
from strutil import *
strutil_used
_exclusions = frozenset(('nt','t','name','value','ch', 'X','SEF'))

View file

@ -20,3 +20,4 @@
from lslopt.lslbasefuncs import *
from lslopt.lsljson import *
from lslopt.lslextrafuncs import *
lslbasefuncs_used

View file

@ -23,6 +23,7 @@
from lslopt.lslcommon import Key, Vector, Quaternion, types, nr
from lslopt import lslcommon, lslfuncs
from strutil import *
strutil_used
import re
# Note this module was basically written from bottom to top, which may help