]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/utils.py
undoing changes I shouldn't have made
[dak.git] / daklib / utils.py
index 25b16125a86fd08051ba82a6b2737979181e184b..b0b71c0169d413e32d5a6c0b1aa009dd76f4211d 100755 (executable)
@@ -1504,8 +1504,8 @@ apt_pkg.init()
 Cnf = apt_pkg.newConfiguration()
 apt_pkg.ReadConfigFileISC(Cnf,default_config)
 
-#if which_conf_file() != default_config:
-#    apt_pkg.ReadConfigFileISC(Cnf,which_conf_file())
+if which_conf_file() != default_config:
+    apt_pkg.ReadConfigFileISC(Cnf,which_conf_file())
 
 ###############################################################################