add template plugin

This commit is contained in:
Bastian Schroll 2018-01-14 16:28:11 +01:00
parent 9c824ff862
commit d80db0d6cc
6 changed files with 68 additions and 8 deletions

View file

@ -29,8 +29,8 @@ BIN_PATH = ROOT_PATH + "_bin/"
TEST_PATH = ROOT_PATH + "test/"
def ifFileExist(filePath):
pass
def FileExist(filePath):
return os.path.exists(filePath)
def makeDirIfNotExist(dirPath):