mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 10:04:43 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3360 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e07d6f024b
commit
6b0cf48959
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ Loggers = {
|
|||
"none": logger.none.NoneLogger,
|
||||
}
|
||||
# for easy printing: a comma separated logger list
|
||||
LoggerKeys = ", ".join(["%r"%name for name in Loggers.iterkeys()])
|
||||
LoggerKeys = ", ".join(["%r" % name for name in Loggers.iterkeys()])
|
||||
|
||||
|
||||
def init_i18n ():
|
||||
|
|
@ -130,7 +130,7 @@ def init_i18n ():
|
|||
Initialize i18n with the configured locale dir. The environment
|
||||
variable LOCPATH can also specify a locale dir.
|
||||
|
||||
@return: C{None}
|
||||
@return: None
|
||||
"""
|
||||
locdir = os.environ.get('LOCPATH')
|
||||
if locdir is None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue