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:
calvin 2005-10-11 13:00:33 +00:00
parent 208b23c52f
commit 2da64736ba
2 changed files with 0 additions and 2 deletions

View file

@ -24,7 +24,6 @@ import unittest
import difflib
import linkcheck
linkcheck.init_i18n()
import linkcheck.checker
import linkcheck.checker.cache
import linkcheck.checker.consumer

View file

@ -19,4 +19,3 @@ Unit tests for the linkcheck module.
"""
import linkcheck
linkcheck.init_i18n()