From: Christopher Allan Webber Date: Sun, 10 Apr 2011 21:50:52 +0000 (-0500) Subject: We should import uuid, because we use it! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2fdec8270d786624cfe570f949eb8f0f89054eb6;p=mediagoblin.git We should import uuid, because we use it! --- 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