removed unnecessary utility function
This commit is contained in:
parent
c0ab0e4392
commit
d522b55fb0
1 changed files with 0 additions and 8 deletions
|
@ -3,7 +3,6 @@ from .constants import content_dir
|
|||
from importlib.machinery import SourceFileLoader
|
||||
from os import system, makedirs
|
||||
from os.path import dirname
|
||||
from shutil import rmtree
|
||||
import zipfile
|
||||
|
||||
|
||||
|
@ -45,13 +44,6 @@ def smart_mkdir(path: str):
|
|||
pass
|
||||
|
||||
|
||||
def smart_rmtree(path):
|
||||
try:
|
||||
rmtree(path)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def copy_file(src: str, dst: str, mode="644"):
|
||||
"""
|
||||
Copies src to dst.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue