mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 02:30:38 +00:00
transformations first steps
This commit is contained in:
@@ -38,6 +38,10 @@ def get_tmpdir():
|
||||
return tempfile.mkdtemp(prefix='dotdrop-')
|
||||
|
||||
|
||||
def get_tmpfile():
|
||||
return tempfile.mkstemp(prefix='dotdrop-')
|
||||
|
||||
|
||||
def remove(path):
|
||||
''' Remove a file / directory / symlink '''
|
||||
if not os.path.exists(path):
|
||||
|
||||
Reference in New Issue
Block a user