]> git.decadent.org.uk Git - dak.git/blobdiff - julia
Remove unused imports
[dak.git] / julia
diff --git a/julia b/julia
index a9e6173058862e6417ba44b94c7f65df32f9ada3..f6906f517f9bd43f52e8bd7da1a251f0bda85abd 100755 (executable)
--- a/julia
+++ b/julia
@@ -2,7 +2,7 @@
 
 # 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 $
+# $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;