Write out git version information to a file, use in about box, remove all the other stuff until I can format it correctly
This commit is contained in:
@@ -51,11 +51,17 @@ def getPyfaRoot():
|
||||
return root
|
||||
|
||||
|
||||
def getGitVersion():
|
||||
with open(os.path.join(pyfaPath, 'gitversion')) as f:
|
||||
version = f.readline()
|
||||
return version
|
||||
|
||||
|
||||
def getDefaultSave():
|
||||
return os.path.expanduser(os.path.join("~", ".pyfa"))
|
||||
|
||||
|
||||
def defPaths(customSavePath):
|
||||
def defPaths(customSavePath=None):
|
||||
global debug
|
||||
global pyfaPath
|
||||
global savePath
|
||||
|
||||
Reference in New Issue
Block a user