UtilitiesPython2/__init__.py@8ddb232355b9
UtilitiesPython2/__init__.py
Wed, 29 Jun 2011 13:51:58 +0200
- author
- detlev@die-offenbachs.de
- date
- Wed, 29 Jun 2011 13:51:58 +0200
- branch
- 5_1_x
- changeset 1146
- 8ddb232355b9
- parent 795
-
917f1945355c
- child 1509
-
c0b5e693b0eb
- permissions
- -rw-r--r--
Fix for the PEP-8 checker to handle unicode better.
(transplanted from 2a16484e65c260b2610034f0021be78e8cd124d5)
# -*- coding: utf-8 -*-
# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
This package implements some utilities and tools for Python2
"""