Convert cnfvar names to lowercase on json import
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 31 Jan 2019 13:10:20 +0000 (14:10 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 7 Feb 2019 15:10:53 +0000 (16:10 +0100)
commitb05d27ab0d02f2d57016f0e1a07155c9246352b8
treeb253f55e5057ba5829615adbbf31a12c79ae2b6b
parent15b856e5727cfd65ca2b4704ddee8dcdfdee4d42
Convert cnfvar names to lowercase on json import

read_cnf already converts all variable names to lower case. Do the same for
read_cnf_json to get consistent behaviour. SimpleCnf already relies on this.
src/cnfvar.py