0

texturepath setting now works

This commit is contained in:
Aaron Griffith
2012-01-29 17:33:21 -05:00
parent 9dc9e1e952
commit 6c647f3161

View File

@@ -93,6 +93,7 @@ def validateTexturePath(path, **kwargs):
# Expand user dir in directories strings # Expand user dir in directories strings
path = os.path.expanduser(path) path = os.path.expanduser(path)
# TODO assert this path exists? # TODO assert this path exists?
return path
def validateBool(b, **kwargs): def validateBool(b, **kwargs):