mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-24 22:23:43 +00:00
use raw config parser, no need for interpolation
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3411 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a137373918
commit
d7d9990511
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import re
|
|||
import linkcheck
|
||||
import linkcheck.log
|
||||
|
||||
class LCConfigParser (ConfigParser.ConfigParser, object):
|
||||
class LCConfigParser (ConfigParser.RawConfigParser, object):
|
||||
"""
|
||||
Parse a LinkChecker configuration file.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue