Upgrade origin-src to google transit feed 1.2.6
[bus.git] / origin-src / __init__.pyc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16



Before transitfeed version 1.2.4 all our library code was distributed in a
one file module, transitfeed.py, and could be used as

import transitfeed
schedule = transitfeed.Schedule()

At that time the module (one file, transitfeed.py) was converted into a
package (a directory named transitfeed containing __init__.py and multiple .py
files). Classes and attributes exposed by the old module may still be imported
in the same way. Indeed, code that depends on the library <em>should</em>
continue to use import commands such as the above and ignore _transitfeed.