Skip to content

Commit f6e0bbc

Browse files
committed
[Plugin Installer] Remove hardcoded 2.0 version in order to use the native 2.0
1 parent 86d5ab2 commit f6e0bbc

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

python/pyplugin_installer/installer.py

-10
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@
3434
from qgsplugininstallerrepositorydialog import QgsPluginInstallerRepositoryDialog
3535

3636

37-
################################################################################
38-
################################################################################
39-
### TEMPORARY WORKAROUND UNTIL VERSION NUMBER IS GLOBALY SWITCHED TO 2.0 #######
40-
################################################################################
41-
class QGis: ##################################
42-
QGIS_VERSION_INT = 20000 ##################################
43-
QGIS_VERSION = '2.0.0-Master' ##################################
44-
################################################################################
45-
################################################################################
46-
4737

4838
# public instances:
4939
pluginInstaller = None

python/pyplugin_installer/installer_data.py

-11
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,6 @@
112112

113113

114114

115-
################################################################################
116-
################################################################################
117-
### TEMPORARY WORKAROUND UNTIL VERSION NUMBER IS GLOBALY SWITCHED TO 2.0 #######
118-
################################################################################
119-
class QGis: ##################################
120-
QGIS_VERSION_INT = 20000 ##################################
121-
QGIS_VERSION = '2.0.0-Master' ##################################
122-
################################################################################
123-
################################################################################
124-
125-
126115
# --- common functions ------------------------------------------------------------------- #
127116
def removeDir(path):
128117
result = ""

0 commit comments

Comments
 (0)