We should import uuid, because we use it!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 10 Apr 2011 21:50:52 +0000 (16:50 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 10 Apr 2011 21:50:52 +0000 (16:50 -0500)
mediagoblin/storage.py

index ad8f8829dce562da22c63eb16260b4ef30fea5ce..89b86315b74e88226a928a89366a3db8dccd712c 100644 (file)
@@ -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