From 2fdec8270d786624cfe570f949eb8f0f89054eb6 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 10 Apr 2011 16:50:52 -0500 Subject: [PATCH] We should import uuid, because we use it! --- mediagoblin/storage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mediagoblin/storage.py b/mediagoblin/storage.py index ad8f8829..89b86315 100644 --- a/mediagoblin/storage.py +++ b/mediagoblin/storage.py @@ -15,6 +15,7 @@ # along with this program. If not, see . import os +import uuid from werkzeug.utils import secure_filename -- 2.25.1