Skip to content

Commit

Permalink
Added encoding header
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Sep 18, 2015
1 parent 4fb8c92 commit dc62085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Lib/ldap/controls/openldap.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-
"""
ldap.controls.openldap - classes for OpenLDAP-specific controls
See http://www.python-ldap.org/ for project details.
$Id: openldap.py,v 1.3 2015/06/22 17:56:50 stroeder Exp $
$Id: openldap.py,v 1.4 2015/09/18 17:24:39 stroeder Exp $
"""

import ldap.controls
Expand Down
3 changes: 2 additions & 1 deletion Lib/ldap/controls/sessiontrack.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# -*- coding: utf-8 -*-
"""
ldap.controls.sessiontrack - class for session tracking control
(see draft-wahl-ldap-session)
See http://www.python-ldap.org/ for project details.
$Id: sessiontrack.py,v 1.4 2013/07/04 16:20:06 stroeder Exp $
$Id: sessiontrack.py,v 1.5 2015/09/18 17:25:07 stroeder Exp $
"""

from ldap.controls import RequestControl
Expand Down

0 comments on commit dc62085

Please sign in to comment.