Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Put the unused UsageError import back, it's used in a lot of places.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tv42 committed Jun 17, 2007
1 parent 2858187 commit 0b9618f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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
Expand Down

0 comments on commit 0b9618f

Please sign in to comment.