Skip to content

Commit

Permalink
Added encoding header; removed shee-bang
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Sep 18, 2015
1 parent dc62085 commit f79033b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/ldap/controls/readentry.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
ldap.controls.readentry - classes for the Read Entry controls
(see RFC 4527)
See http://www.python-ldap.org/ for project details.
$Id: readentry.py,v 1.4 2011/07/28 08:57:12 stroeder Exp $
$Id: readentry.py,v 1.5 2015/09/18 17:24:55 stroeder Exp $
"""

import ldap
Expand Down

0 comments on commit f79033b

Please sign in to comment.