Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Dec 9, 2020
1 parent 5881db2 commit 692cb7e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gtfs_go_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from qgis.PyQt import QtWidgets, uic
from qgis.PyQt.QtCore import QThread, pyqtSignal

from .gtfs_parser.__main__ import GTFSParser
from .parser.__main__ import GTFSParser
from .gtfs_go_settings import (
FILENAME_ROUTES_GEOJSON,
FILENAME_STOPS_GEOJSON
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name=GTFS-GO
qgisMinimumVersion=3.0
description=The plugin to extract GTFS data and to show routes and stops.
version=1.0
author=MIERUNE
author=MIERUNE Inc.
email=info@mierune.co.jp

about=The plugin to extract GTFS data and to show routes and stops.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 692cb7e

Please sign in to comment.