X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=natalie.py;h=6d4e798f826f3f0b10b88e53085e55eb1a48c946;hb=5586e1165efec034f66849ffaa89623a059c876c;hp=267a52f582e72b688ba5092be29e76f37d052cf6;hpb=d52ebffcc7af210985d90ffc58e7ecc4141dd8a8;p=dak.git diff --git a/natalie.py b/natalie.py index 267a52f5..6d4e798f 100755 --- a/natalie.py +++ b/natalie.py @@ -2,7 +2,7 @@ # Manipulate override files # Copyright (C) 2000, 2001 James Troup -# $Id: natalie.py,v 1.3 2001-03-02 02:24:33 troup Exp $ +# $Id: natalie.py,v 1.4 2001-03-21 01:03:28 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ def usage (exit_code): def init(): global projectB; - projectB = pg.connect('projectb', 'localhost'); + projectB = pg.connect('projectb', None); db_access.init(Cnf, projectB); def process_file (file, suite, component, type, action):