fixing routing.py bug, if time is 24:00
[pywienerlinien] / README
1 Search for connection on wienerlinien.at
2 Using qml gui to show results
3
4 Show next bus/tram/underground departures.
5
6 This program ist unofficial.
7
8 Running unit tests:
9
10 $ nosetests gotovienna/tests/*.py
11
12
13 To build the package with aegis tokens (install python-stdeb and ar first):
14
15  python setup.py --command-packages=stdeb.command bdist_hdeb --aegis-manifest=gotovienna.aegis
16
17 To build the package with aegis token and upload to OBS / use scratchbox:
18
19  python setup.py --command-packages=stdeb.command sdist_dsc
20  cp gotovienna.aegis deb_dist/gotovienna-*/debian/
21  cd deb_dist/gotovienna-*/
22  dpkg-buildpackage -rfakeroot -S
23