Browse Source

very minor -- uniform indentation in example

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@778 a942ae1a-1317-0410-a47c-b1dcaea8d605
debian-upstream^2
Yaroslav Halchenko 14 years ago
parent
commit
b9b9e42223
  1. 6
      client/configparserinc.py

6
client/configparserinc.py

@ -43,7 +43,7 @@ class SafeConfigParserWithIncludes(SafeConfigParser):
[INCLUDES] [INCLUDES]
before = 1.conf before = 1.conf
3.conf 3.conf
after = 1.conf after = 1.conf
@ -54,8 +54,8 @@ after = 1.conf
the tree. the tree.
I wasn't sure what would be the right way to implement generic (aka c++ I wasn't sure what would be the right way to implement generic (aka c++
template) so we could base at any *configparser class... so I will template) so we could base at any *configparser class... so I will
leave it for the future leave it for the future
""" """

Loading…
Cancel
Save