From 0b9618fa4d4133f7909186eb9384520f5a2bd7b7 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Sun, 17 Jun 2007 17:06:31 +0300 Subject: [PATCH] Put the unused UsageError import back, it's used in a lot of places. Too messy to clean up right properly right now, and severely lacking unit test coverage for command line utilities. Related to #400420, even though that bug mostly complains about deprecation warnings. --- ldaptor/usage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ldaptor/usage.py b/ldaptor/usage.py index e061ca3..25e5fa4 100644 --- a/ldaptor/usage.py +++ b/ldaptor/usage.py @@ -1,3 +1,4 @@ +from twisted.python.usage import UsageError from twisted.python import usage, reflect from ldaptor.protocols import pureldap from ldaptor.protocols.ldap import distinguishedname