mirror of https://github.com/dirtbags/moth.git
Added random to mothballer so it could work standalone
This commit is contained in:
parent
f3421d7a93
commit
fec325956e
|
@ -11,6 +11,7 @@ import os
|
|||
import shutil
|
||||
import tempfile
|
||||
import zipfile
|
||||
import random
|
||||
|
||||
SEEDFN = "SEED"
|
||||
|
||||
|
|
Loading…
Reference in New Issue