summaryrefslogtreecommitdiff
path: root/test_maidenhead.py
Commit message (Collapse)AuthorAgeFilesLines
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-3/+5
| | | | | | For the moment most shebang lines still say 'python2' rather than just 'python'. This is because the client code in gps/ hasn't been touched yet; the internal imports break under Python 3 and that needs to be fixed.
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
| | | | | | We've learned that Ubuntu 15.10 will have python3 as default. The ugly transition gas befun; our only recourse is to hape that all our deployment targets have 'pyton2' do the right thing. Works on 14.10.
* pep8 cleanup for whitespace in test_maidenhead.pyJon Schlueter2015-03-021-5/+4
|
* Count the errors in the maidenhead regression test driverBeat Bolli2011-05-071-0/+1
|
* Fixes for the Maidehead locator code, and a better regression test.Eric S. Raymond2011-05-061-0/+30