From 16ff06193d75f061a90dffa77a49366e8ff01670 Mon Sep 17 00:00:00 2001 From: Jack Miner <5547581+3ch01c@users.noreply.github.com> Date: Tue, 9 Oct 2018 15:02:52 -0600 Subject: [PATCH] Added random to mothballer so it could work standalone --- devel/mothballer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/mothballer.py b/devel/mothballer.py index 1134dba..7bb934d 100755 --- a/devel/mothballer.py +++ b/devel/mothballer.py @@ -11,6 +11,7 @@ import os import shutil import tempfile import zipfile +import random SEEDFN = "SEED"