From df6e6d93c4377201f28bf00aca500ac0daba324b Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Fri, 4 Oct 2013 11:47:02 +1300 Subject: [PATCH] fixed geoip --- plugins/geoip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geoip.py b/plugins/geoip.py index 724bccf..f1749c2 100755 --- a/plugins/geoip.py +++ b/plugins/geoip.py @@ -1,5 +1,5 @@ from util import hook, http -from lib import pygeoip +import pygeoip import os.path import json import gzip