X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=julia;h=f6906f517f9bd43f52e8bd7da1a251f0bda85abd;hb=4aa1c92aab0c7af61e5c752ea2eb5838d673f25b;hp=a9e6173058862e6417ba44b94c7f65df32f9ada3;hpb=2f5e692bfbbb6f8146f50d944f7fcc169a95a0a3;p=dak.git diff --git a/julia b/julia index a9e61730..f6906f51 100755 --- a/julia +++ b/julia @@ -2,7 +2,7 @@ # 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 $ +# $Id: julia,v 1.5 2002-02-12 22:14:38 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;