mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
[Plugin Installer] Remove hardcoded 2.0 version in order to use the native 2.0
This commit is contained in:
parent
86d5ab24ef
commit
f6e0bbc24e
@ -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
|
||||||
|
@ -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 = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user