Remove unused utils module

master
Jaap Roes 2017-03-16 15:39:59 +01:00
parent 28fe5d1460
commit 7262cb6564
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import os
def map_path(directory_name):
return os.path.join(os.path.dirname(__file__),
'../' + directory_name).replace('\\', '/')