Added encoding header; removed shee-bang

This commit is contained in:
stroeder
2015-09-18 17:24:55 +00:00
parent dc620855f6
commit f79033ba4a

View File

@@ -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