diff --git a/python/pyplugin_installer/installer.py b/python/pyplugin_installer/installer.py index a1c6b8456cd9..132795c6539c 100644 --- a/python/pyplugin_installer/installer.py +++ b/python/pyplugin_installer/installer.py @@ -34,16 +34,6 @@ from qgsplugininstallerrepositorydialog import QgsPluginInstallerRepositoryDialog -################################################################################ -################################################################################ -### TEMPORARY WORKAROUND UNTIL VERSION NUMBER IS GLOBALY SWITCHED TO 2.0 ####### -################################################################################ -class QGis: ################################## - QGIS_VERSION_INT = 20000 ################################## - QGIS_VERSION = '2.0.0-Master' ################################## -################################################################################ -################################################################################ - # public instances: pluginInstaller = None diff --git a/python/pyplugin_installer/installer_data.py b/python/pyplugin_installer/installer_data.py index 9f1d4069ede5..abe3506b0ee1 100644 --- a/python/pyplugin_installer/installer_data.py +++ b/python/pyplugin_installer/installer_data.py @@ -112,17 +112,6 @@ -################################################################################ -################################################################################ -### TEMPORARY WORKAROUND UNTIL VERSION NUMBER IS GLOBALY SWITCHED TO 2.0 ####### -################################################################################ -class QGis: ################################## - QGIS_VERSION_INT = 20000 ################################## - QGIS_VERSION = '2.0.0-Master' ################################## -################################################################################ -################################################################################ - - # --- common functions ------------------------------------------------------------------- # def removeDir(path): result = ""