Skip to content

Commit 0d46e7e

Browse files
author
tjmather
committed
changed python2 path to python
1 parent e89ac4e commit 0d46e7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Requirements:
22
Python 2.0 or greater
33

44
To Install:
5-
python2 setup.py build
6-
python2 setup.py install
5+
python setup.py build
6+
python setup.py install
77

88
Usage:
99
See test.py for example usage
1010

1111
License:
1212

13-
Copyright (c) 2002 MaxMind.com.
13+
Copyright (c) 2003 MaxMind.com.
1414

1515
All rights reserved. This package is free software; it is licensed
1616
under the GPL.

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.1
1+
#!/usr/bin/python
22

33
import GeoIP
44

0 commit comments

Comments
 (0)