QGIS/python/core/auto_additions/qgsbabelformat.py
2024-12-03 07:47:10 +00:00

11 lines
392 B
Python

# The following has been generated automatically from src/core/gps/qgsbabelformat.h
try:
QgsAbstractBabelFormat.featureTypeToArgument = staticmethod(QgsAbstractBabelFormat.featureTypeToArgument)
QgsAbstractBabelFormat.__group__ = ['gps']
except (NameError, AttributeError):
pass
try:
QgsBabelSimpleImportFormat.__group__ = ['gps']
except (NameError, AttributeError):
pass