From 3cfcdbee626d0118f15bafffc6ab4f3dbce94500 Mon Sep 17 00:00:00 2001 From: David Bartley Date: Tue, 13 May 2008 23:20:52 -0400 Subject: [PATCH] Import sys --- ceo/console/expiredaccounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceo/console/expiredaccounts.py b/ceo/console/expiredaccounts.py index 49d3ad5..2609ccb 100644 --- a/ceo/console/expiredaccounts.py +++ b/ceo/console/expiredaccounts.py @@ -1,4 +1,4 @@ -import ldap +import sys, ldap from ceo import members, uwldap class ExpiredAccounts: