File tree 2 files changed +0
-21
lines changed
python/pyplugin_installer
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 34
34
from qgsplugininstallerrepositorydialog import QgsPluginInstallerRepositoryDialog
35
35
36
36
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
-
47
37
48
38
# public instances:
49
39
pluginInstaller = None
Original file line number Diff line number Diff line change 112
112
113
113
114
114
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
-
126
115
# --- common functions ------------------------------------------------------------------- #
127
116
def removeDir (path ):
128
117
result = ""
You can’t perform that action at this time.
0 commit comments