Remove unused import and move geoip module from the cache module into base linkcheck module.

This commit is contained in:
Bastian Kleineidam 2010-09-29 15:15:21 +02:00
parent 6292ec54fa
commit c59bbae587

View file

@ -20,7 +20,6 @@ Store and retrieve country names for IPs.
import os
import sys
from ..lock import get_lock
from ..containers import LFUCache
from ..decorators import synchronized
from ..strformat import unicode_safe