mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
13 lines
550 B
Python
13 lines
550 B
Python
# The following has been generated automatically from src/core/gps/qgsbabelformat.h
|
|
try:
|
|
QgsAbstractBabelFormat.featureTypeToArgument = staticmethod(QgsAbstractBabelFormat.featureTypeToArgument)
|
|
QgsAbstractBabelFormat.__virtual_methods__ = ['importCommand', 'exportCommand']
|
|
QgsAbstractBabelFormat.__group__ = ['gps']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsBabelSimpleImportFormat.__overridden_methods__ = ['importCommand']
|
|
QgsBabelSimpleImportFormat.__group__ = ['gps']
|
|
except (NameError, AttributeError):
|
|
pass
|