summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-02 10:22:19 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-02 10:22:19 +0200
commit510fe7aa15e08de7999935432ee4e1426e1040d4 (patch)
treeaf553119e9d3ff68073b54a260cc41502d99cd62
parent1165737e5d8bea2f05f12ad42d13d69373cdb6a6 (diff)
downloadlogilab-common-510fe7aa15e08de7999935432ee4e1426e1040d4.tar.gz
cleanup
-rw-r--r--deprecation.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/deprecation.py b/deprecation.py
index 37ac848..d6d7a4c 100644
--- a/deprecation.py
+++ b/deprecation.py
@@ -15,12 +15,8 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
-"""Deprecation utilities.
+"""Deprecation utilities."""
-
-
-
-"""
__docformat__ = "restructuredtext en"
import sys