From b57fe5aa2667af01b6f9a2ee9fe7d56e354cd29c Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Thu, 19 Dec 2013 10:26:49 +0100 Subject: Not necessarily --- confman.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/confman.py b/confman.py index 2c8c62c..499b4bf 100644 --- a/confman.py +++ b/confman.py @@ -1,8 +1,8 @@ from __future__ import with_statement import os -import re import os.path as osp +import re from string import Template # Python <2.6 compatibility @@ -28,9 +28,6 @@ except ImportError: class ConfmanException(Exception): - """ - Should remain empty. - """ pass -- cgit v1.2.3