Remove Fabric
luqmaan opened this issue · 1 comments
luqmaan commented
Remove Fabric since we only use the fabfile to populate the GTFS data.
drmaples commented
instead of calling a subprocess (via fabric) to load the gtfs data, we should just import the lib:
https://code.google.com/p/gtfsdb/source/browse/gtfsdb/scripts.py
https://code.google.com/p/gtfsdb/source/browse/gtfsdb/api.py
from gtfsdb.api import database_load
database_load(...)