more PEP8 generally
This commit is contained in:
parent
7c88b34a48
commit
9263d0cc06
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ def get_chunks(size):
|
||||||
s += 0x20000
|
s += 0x20000
|
||||||
yield(p, size-p)
|
yield(p, size-p)
|
||||||
|
|
||||||
|
|
||||||
# more general functions
|
# more general functions
|
||||||
def make_id(length):
|
def make_id(length):
|
||||||
text = ''
|
text = ''
|
||||||
|
|
Loading…
Reference in a new issue