From f6e0bbc24ea3f055e25fee23fa04861fc3d5e36b Mon Sep 17 00:00:00 2001 From: Borys Jurgiel Date: Sun, 1 Sep 2013 09:27:28 +0200 Subject: [PATCH] [Plugin Installer] Remove hardcoded 2.0 version in order to use the native 2.0 --- python/pyplugin_installer/installer.py | 10 ---------- python/pyplugin_installer/installer_data.py | 11 ----------- 2 files changed, 21 deletions(-) diff --git a/python/pyplugin_installer/installer.py b/python/pyplugin_installer/installer.py index a1c6b8456cd..132795c6539 100644 --- a/python/pyplugin_installer/installer.py +++ b/python/pyplugin_installer/installer.py @@ -34,16 +34,6 @@ from qgsplugininstallerfetchingdialog import QgsPluginInstallerFetchingDialog 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 9f1d4069ede..abe3506b0ee 100644 --- a/python/pyplugin_installer/installer_data.py +++ b/python/pyplugin_installer/installer_data.py @@ -112,17 +112,6 @@ depreciatedRepos = [ -################################################################################ -################################################################################ -### 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 = ""