mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 09:50:23 +00:00
added missing gettext import
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1843 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
97d6f02135
commit
b0f366dffd
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
import time
|
||||
import cgi
|
||||
import os
|
||||
import gettext
|
||||
|
||||
import linkcheck.logger
|
||||
import linkcheck.strformat
|
||||
|
|
|
|||
Loading…
Reference in a new issue