Added random to mothballer so it could work standalone

This commit is contained in:
Jack Miner 2018-10-09 15:02:52 -06:00
parent 0585351abc
commit 16ff06193d
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import os
import shutil
import tempfile
import zipfile
import random
SEEDFN = "SEED"