Upgrade origin-src to google transit feed 1.2.6
[bus.git] / origin-src / __init__.pyc
1
2
3
4 Before transitfeed version 1.2.4 all our library code was distributed in a
5 one file module, transitfeed.py, and could be used as
6
7 import transitfeed
8 schedule = transitfeed.Schedule()
9
10 At that time the module (one file, transitfeed.py) was converted into a
11 package (a directory named transitfeed containing __init__.py and multiple .py
12 files). Classes and attributes exposed by the old module may still be imported
13 in the same way. Indeed, code that depends on the library <em>should</em>
14 continue to use import commands such as the above and ignore _transitfeed.
15
16