Moved gtfs_export and gtfs_generator to enhancer/services

This commit is contained in:
Csaba 2023-12-11 15:17:55 +01:00
parent cfb0593742
commit 047b10024e
6 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
from .enhancer import *

View file

@ -8,7 +8,7 @@ from amarillo.app.models.Carpool import Carpool
from amarillo.app.services import stops
from amarillo.app.services import trips
from amarillo.app.services.carpools import CarpoolService
from amarillo.app.services import gtfs_generator
from amarillo.plugins.enhancer.services import gtfs_generator
from amarillo.app.configuration import configure_services

View file

@ -1,5 +1,5 @@
from amarillo.app.models.Carpool import Region
from amarillo.app.services.gtfs_export import GtfsExport, GtfsFeedInfo, GtfsAgency
from amarillo.plugins.enhancer.services.gtfs_export import GtfsExport, GtfsFeedInfo, GtfsAgency
from amarillo.app.services.gtfs import GtfsRtProducer
from amarillo.app.utils.container import container
from glob import glob