mirror of https://github.com/dirtbags/moth.git
Merge pull request #50 from 3ch01c/standaloneMothballer
Added random to mothballer so it could work standalone
This commit is contained in:
commit
d8d23b2c87
|
@ -11,6 +11,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
import tempfile
|
import tempfile
|
||||||
import zipfile
|
import zipfile
|
||||||
|
import random
|
||||||
|
|
||||||
SEEDFN = "SEED"
|
SEEDFN = "SEED"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue