Initial debian directory and packaging related changes.
[quix0rs-apt-p2p.git] / apt_dht / apt_dht_conf.py
index 4f77d6f61188ad0550cce674c182b18b9d9cff2a..fb2be962d5334a7e9c0bd26da8d22c1c29f0f069 100644 (file)
@@ -16,6 +16,8 @@ if home == '${HOME}' or not os.path.isdir(home):
     home = os.path.expanduser('~')
     if not os.path.isdir(home):
         home = os.path.abspath(os.path.dirname(sys.argv[0]))
+DEFAULT_CONFIG_FILES=['/etc/apt-dht/apt-dht.conf',
+                      home + '/.apt-dht/apt-dht.conf']
 
 DEFAULTS = {