no config validation yet

(and, I should not have used such terms inline in code)
This commit is contained in:
Martin A. Brown 2016-02-27 11:29:05 -08:00
parent 36e92b83d9
commit 98dd5ecdf8
1 changed files with 0 additions and 6 deletions

View File

@ -61,11 +61,5 @@ def collectconfiguration(tag, argv):
config, args = cc.parse()
return config, args
def validateconfiguration(config):
fuckedup = False
if fuckedup:
return False
return True
#
# -- end of file