summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-27 14:08:09 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-27 14:08:09 +0200
commitdcc2e1edbb76d7919a08c813bee52c255f7d95b9 (patch)
treea9dd57c534f85c29608765066a2fb978f2719e14 /compat.py
parent9d8813d9f30302eed91325afa00fa0e204ce65a1 (diff)
downloadlogilab-common-dcc2e1edbb76d7919a08c813bee52c255f7d95b9.tar.gz
fix some pylint detected errors
Diffstat (limited to 'compat.py')
-rw-r--r--compat.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/compat.py b/compat.py
index e197b25..c9c5ff4 100644
--- a/compat.py
+++ b/compat.py
@@ -1,4 +1,4 @@
-# pylint: disable-msg=E0601,W0622,W0611
+# pylint: disable=E0601,W0622,W0611
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
@@ -18,12 +18,10 @@
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
"""Wrappers around some builtins introduced in python 2.3, 2.4 and
2.5, making them available in for earlier versions of python.
-
-
-
-
"""
+
from __future__ import generators
+
__docformat__ = "restructuredtext en"
import os