diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2013-12-19 10:26:49 +0100 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2013-12-19 12:47:22 +0100 |
commit | b57fe5aa2667af01b6f9a2ee9fe7d56e354cd29c (patch) | |
tree | 97c35845420c7d64286cabc81e1229ad1ca5f6ec | |
parent | Move samples to a single directory (diff) | |
download | confman-b57fe5aa2667af01b6f9a2ee9fe7d56e354cd29c.tar.xz |
Not necessarily
-rw-r--r-- | confman.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |