]> git.mxchange.org Git - quix0rs-apt-p2p.git/commit
Modify khashmir's config system to not use the const module.
authorCameron Dale <camrdale@gmail.com>
Fri, 21 Dec 2007 01:54:53 +0000 (17:54 -0800)
committerCameron Dale <camrdale@gmail.com>
Fri, 21 Dec 2007 01:54:53 +0000 (17:54 -0800)
commit7dab2471d589ea439ccbfe794258863c2af858e9
treed604401be66cdc6d2433357bed01eee4b3640522
parent445f3b8084171babfb68e89441927c055eb9bf6f
Modify khashmir's config system to not use the const module.

Configuration variables are all passed in as a dictionary where needed.
The NULL_ID config option has been made a constant.
The ConfigParser now stores all keys as upper case.
apt-dht.py
apt_dht/apt_dht.py
apt_dht/apt_dht_conf.py
apt_dht_Khashmir/DHT.py
apt_dht_Khashmir/actions.py
apt_dht_Khashmir/const.py [deleted file]
apt_dht_Khashmir/khashmir.py
apt_dht_Khashmir/knode.py
apt_dht_Khashmir/ktable.py
apt_dht_Khashmir/node.py