]> git.decadent.org.uk Git - dak.git/blobdiff - julia
correct path to cron.buildd-security
[dak.git] / julia
diff --git a/julia b/julia
index a9e6173058862e6417ba44b94c7f65df32f9ada3..07e436724629e448094194072f715e0afb59f9e9 100755 (executable)
--- a/julia
+++ b/julia
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
 # Sync PostgreSQL with (LDAP-generated) passwd file
-# Copyright (C) 2001  James Troup <james@nocrew.org>
-# $Id: julia,v 1.4 2001-11-18 19:57:58 rmurray Exp $
+# Copyright (C) 2001, 2002  James Troup <james@nocrew.org>
+# $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;