From f79033ba4aef955315842119f3f1fbc9b5fb2fbb Mon Sep 17 00:00:00 2001 From: stroeder Date: Fri, 18 Sep 2015 17:24:55 +0000 Subject: [PATCH] Added encoding header; removed shee-bang --- Lib/ldap/controls/readentry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/ldap/controls/readentry.py b/Lib/ldap/controls/readentry.py index 19ba9d5..5ff8dca 100644 --- a/Lib/ldap/controls/readentry.py +++ b/Lib/ldap/controls/readentry.py @@ -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