summaryrefslogtreecommitdiff
path: root/contexts.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-07-07 10:44:05 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-07-07 10:44:05 +0200
commit5b1638fd23762638c2b785edc40079e05123de47 (patch)
tree5d18dbca10f83276b1a331ddf91ec83c41821cd1 /contexts.py
parent0427201cd27f769e89f83e09967031495029d49e (diff)
downloadlogilab-common-5b1638fd23762638c2b785edc40079e05123de47.tar.gz
cleanup
Diffstat (limited to 'contexts.py')
-rw-r--r--contexts.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/contexts.py b/contexts.py
index 884839b..83c9603 100644
--- a/contexts.py
+++ b/contexts.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/>.
-"""A few useful context managers
+"""A few useful context managers"""
-
-
-
-"""
__docformat__ = "restructuredtext en"
import sys