mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Add import uuid
back
This commit is contained in:
parent
bdd9115f70
commit
85fd8d8228
@ -4,6 +4,7 @@ Albums module
|
|||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
from uuid import uuid4
|
||||||
|
|
||||||
from flask import (Blueprint, abort, flash, redirect, render_template, request,
|
from flask import (Blueprint, abort, flash, redirect, render_template, request,
|
||||||
send_file, session, current_app)
|
send_file, session, current_app)
|
||||||
|
Loading…
Reference in New Issue
Block a user