[Plugin Installer] Remove hardcoded 2.0 version in order to use the native 2.0

This commit is contained in:
Borys Jurgiel 2013-09-01 09:27:28 +02:00
parent 86d5ab24ef
commit f6e0bbc24e
2 changed files with 0 additions and 21 deletions

View File

@ -34,16 +34,6 @@ from qgsplugininstallerfetchingdialog import QgsPluginInstallerFetchingDialog
from qgsplugininstallerrepositorydialog import QgsPluginInstallerRepositoryDialog 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: # public instances:
pluginInstaller = None pluginInstaller = None

View File

@ -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 ------------------------------------------------------------------- # # --- common functions ------------------------------------------------------------------- #
def removeDir(path): def removeDir(path):
result = "" result = ""