summaryrefslogtreecommitdiff
path: root/changelog.py
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2008-08-05 10:47:24 +0200
committerPierre-Yves David <pierre-yves.david@logilab.fr>2008-08-05 10:47:24 +0200
commitf89e70ed95cac5395a0a861ff8e4fc966faad7c5 (patch)
tree1a50d55b085f02f1860552e3acb19bcbf3e130f4 /changelog.py
parent6aa4ea728dd64c524373a5edf0176b9ffb13bff0 (diff)
downloadlogilab-common-f89e70ed95cac5395a0a861ff8e4fc966faad7c5.tar.gz
clearer indent definition
Diffstat (limited to 'changelog.py')
-rw-r--r--changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.py b/changelog.py
index d4274d7..45c4090 100644
--- a/changelog.py
+++ b/changelog.py
@@ -37,7 +37,7 @@ from stat import S_IWRITE
BULLET = '*'
SUBBULLET = '-'
-INDENT = ' '
+INDENT = ' ' * 4
class NoEntry(Exception):
"""raised when we are unable to find an entry"""