Need to import uuid4 for generate_slug to totally work

This commit is contained in:
Christopher Allan Webber 2013-01-15 14:34:13 -06:00
parent 66d9f1b2a0
commit 72bb46c7c8

View File

@ -27,6 +27,8 @@ These functions now live here and get "mixed in" into the
real objects. real objects.
""" """
from uuid import uuid4
from werkzeug.utils import cached_property from werkzeug.utils import cached_property
from mediagoblin import mg_globals from mediagoblin import mg_globals