Skip to content

Commit

Permalink
[Plugin Installer] Remove hardcoded 2.0 version in order to use the n…
Browse files Browse the repository at this point in the history
…ative 2.0
  • Loading branch information
borysiasty authored and jef-n committed Sep 4, 2013
1 parent ef47e33 commit d97591b
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 d97591b

Please sign in to comment.