From 98dd5ecdf87bda6e8c8890ef0e95fa2a95a7e479 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sat, 27 Feb 2016 11:29:05 -0800 Subject: [PATCH] no config validation yet (and, I should not have used such terms inline in code) --- tldp/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tldp/config.py b/tldp/config.py index 3cfd65c..107ac78 100644 --- a/tldp/config.py +++ b/tldp/config.py @@ -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