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
|
||||
|
||||
|
||||
################################################################################
|
||||
################################################################################
|
||||
### 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
|
||||
|
@ -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 = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user