mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-30 05:28:20 +00:00
Initial commit after change to backbone/SPA
This commit is contained in:
5
core/utils/file.py
Normal file
5
core/utils/file.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import uuid
|
||||
|
||||
__author__ = 'fergalm'
|
||||
def generate_save_file_name(prefix, filename):
|
||||
return '/'.join([prefix, str(uuid.uuid1()), filename])
|
||||
Reference in New Issue
Block a user