Skip to content

Commit

Permalink
Merge remote-tracking branch 'twisted/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schlenker committed Feb 4, 2016
2 parents 00a2ff8 + 42ce859 commit 2f6c303
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ldaptor/usage.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
from twisted.python import usage, reflect
from twisted.python.usage import UsageError
from ldaptor.protocols import pureldap
from ldaptor.protocols.ldap import distinguishedname

__all__ = [
"Options",
"Options_base",
"Options_base_optional",
"Options_bind",
"Options_bind_mandatory",
"Options_scope",
"Options_service_location",
"UsageError",
]

class Options(usage.Options):
optParameters = ()
def postOptions(self):
Expand Down

0 comments on commit 2f6c303

Please sign in to comment.