Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #852 from borysiasty/installer_v2
[Plugin Installer] Remove hardcoded 2.0 v in order to use the native 2.0
  • Loading branch information
jef-n committed Sep 4, 2013
2 parents 7fc8ad8 + f6e0bbc commit e9ca0bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions python/pyplugin_installer/installer.py
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
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

0 comments on commit e9ca0bb

Please sign in to comment.