Remove dead configtypes code.

This commit is contained in:
Florian Bruhin 2015-08-11 20:15:42 +02:00
parent 14545a3a22
commit 2980bc808e

View File

@ -803,7 +803,7 @@ class File(BaseType):
value = os.path.expandvars(value)
if not os.path.isabs(value):
cfgdir = standarddir.config()
if cfgdir is not None:
assert cfgdir is not None
return os.path.join(cfgdir, value)
return value