Skip to content

Commit

Permalink
pygeoip is a library
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Mar 21, 2010
1 parent e0c7d2c commit 28e8fff
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file removed src/pyscripts/plugins/GeoIp/GeoIP.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pyscripts/plugins/GeoIp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import string
import pygeoip

db = pygeoip.GeoIP('plugins/GeoIp/GeoIP.dat')
db = pygeoip.GeoIP('pygeoip/GeoIP.dat')

conf = PluginConfig('geoip')
template = '${green}${user}${white} connected from ${orange}${country}'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 28e8fff

Please sign in to comment.