We should import uuid, because we use it!

This commit is contained in:
Christopher Allan Webber 2011-04-10 16:50:52 -05:00
parent 2d1a60739e
commit 2fdec8270d

View 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