Remove unused utils module
parent
28fe5d1460
commit
7262cb6564
|
|
@ -1,6 +0,0 @@
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
def map_path(directory_name):
|
|
||||||
return os.path.join(os.path.dirname(__file__),
|
|
||||||
'../' + directory_name).replace('\\', '/')
|
|
||||||
Loading…
Reference in New Issue