summaryrefslogtreecommitdiff
path: root/textutils.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2007-11-30 13:13:38 +0100
committerSylvain <syt@logilab.fr>2007-11-30 13:13:38 +0100
commit824f5e009de634d71283594cfb9bfb07e20f96eb (patch)
treee41752606b0f1bd5c755e3497d747d91f19322f5 /textutils.py
parenta1985c17caa606440240d09fdb1a3a06e8dfcc44 (diff)
downloadlogilab-common-824f5e009de634d71283594cfb9bfb07e20f96eb.tar.gz
pytest: let KeyboardInterrupt propagate
Diffstat (limited to 'textutils.py')
-rw-r--r--textutils.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/textutils.py b/textutils.py
index bc22ad5..cf73f8d 100644
--- a/textutils.py
+++ b/textutils.py
@@ -1,6 +1,3 @@
-# Copyright (c) 2003-2006 LOGILAB S.A. (Paris, FRANCE).
-# http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
@@ -16,7 +13,7 @@
"""Some text manipulation utility functions.
:author: Logilab
-:copyright: 2003-2006 LOGILAB S.A. (Paris, FRANCE)
+:copyright: 2003-2007 LOGILAB S.A. (Paris, FRANCE)
:contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org
:group text formatting: normalize_text, normalize_paragraph, pretty_match,\