X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=julia;h=07e436724629e448094194072f715e0afb59f9e9;hb=8e9a5d533c8458eaca33266208f6c347d66dfeef;hp=a9e6173058862e6417ba44b94c7f65df32f9ada3;hpb=2f5e692bfbbb6f8146f50d944f7fcc169a95a0a3;p=dak.git diff --git a/julia b/julia index a9e61730..07e43672 100755 --- a/julia +++ b/julia @@ -1,8 +1,8 @@ #!/usr/bin/env python # Sync PostgreSQL with (LDAP-generated) passwd file -# Copyright (C) 2001 James Troup -# $Id: julia,v 1.4 2001-11-18 19:57:58 rmurray Exp $ +# Copyright (C) 2001, 2002 James Troup +# $Id: julia,v 1.6 2002-05-03 16:06:45 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 @@ -30,7 +30,7 @@ ################################################################################ -import os, pg, string, sys; +import pg, string, sys; import utils; import apt_pkg;