Showing with 0 additions and 21 deletions.
  1. +0 −10 python/pyplugin_installer/installer.py
  2. +0 −11 python/pyplugin_installer/installer_data.py
10 changes: 0 additions & 10 deletions python/pyplugin_installer/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@
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
Expand Down
11 changes: 0 additions & 11 deletions python/pyplugin_installer/installer_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@



################################################################################
################################################################################
### 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 = ""
Expand Down