X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=natalie.py;h=6d4e798f826f3f0b10b88e53085e55eb1a48c946;hb=ccc8127b612d886ccfdc26366313f985393c18af;hp=e92d6d7d676bdc97355ea7d19a4740ceedbf41db;hpb=779bb0691d139ff2487383c6aa9d87b149bad294;p=dak.git diff --git a/natalie.py b/natalie.py index e92d6d7d..6d4e798f 100755 --- a/natalie.py +++ b/natalie.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # Manipulate override files -# Copyright (C) 2000 James Troup -# $Id: natalie.py,v 1.2 2001-01-27 00:09:36 troup Exp $ +# Copyright (C) 2000, 2001 James Troup +# $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):