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 committed Sep 1, 2013
1 parent 86d5ab2 commit f6e0bbc
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
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

0 comments on commit f6e0bbc

Please sign in to comment.