mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 03:41:01 +00:00
remove unneeded init_i18n() calls
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2852 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
208b23c52f
commit
2da64736ba
2 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ import unittest
|
|||
import difflib
|
||||
|
||||
import linkcheck
|
||||
linkcheck.init_i18n()
|
||||
import linkcheck.checker
|
||||
import linkcheck.checker.cache
|
||||
import linkcheck.checker.consumer
|
||||
|
|
|
|||
|
|
@ -19,4 +19,3 @@ Unit tests for the linkcheck module.
|
|||
"""
|
||||
|
||||
import linkcheck
|
||||
linkcheck.init_i18n()
|
||||
|
|
|
|||
Loading…
Reference in a new issue