diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-10 16:50:52 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-10 16:50:52 -0500 |
commit | 2fdec8270d786624cfe570f949eb8f0f89054eb6 (patch) | |
tree | 0ff42df6a6962c8ec51d43c817dc45d3e2a593b3 | |
parent | 2d1a60739ecfb64c16e35940b7cee1eb018eb448 (diff) | |
download | mediagoblin-2fdec8270d786624cfe570f949eb8f0f89054eb6.tar.lz mediagoblin-2fdec8270d786624cfe570f949eb8f0f89054eb6.tar.xz mediagoblin-2fdec8270d786624cfe570f949eb8f0f89054eb6.zip |
We should import uuid, because we use it!
-rw-r--r-- | mediagoblin/storage.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. import os +import uuid from werkzeug.utils import secure_filename |