X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;h=c2d2fe5506c675682db0de4b464d310ca2d2fa82;hb=6c695061a5552aad04f8959efa510e05588fd063;hp=09df17bb06be100a2a753793c5416f3750cf3e30;hpb=731c2232d9964d0f441ff5ea386e5e9937aa77ab;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index 09df17bb..c2d2fe55 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -35,7 +35,7 @@ from singleton import Singleton ################################################################################ -default_config = "/etc/dak/dak.conf" +default_config = "/etc/dak/dak.conf" #: default dak config, defines host properties def which_conf_file(Cnf): res = socket.gethostbyaddr(socket.gethostname())