Skip to content

Commit

Permalink
Refs #4333. Actually switch to the new Python by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jan 9, 2012
1 parent 5836df2 commit 1335da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/mantidplotrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_default_python_api():
settings = QtCore.QSettings()
settings.beginGroup("Mantid")
settings.beginGroup("Python")
api_version = settings.value("APIVersion", 1).toInt()
api_version = settings.value("APIVersion", 2).toInt()
settings.endGroup()
settings.endGroup()
if type(api_version) == tuple:
Expand Down

0 comments on commit 1335da9

Please sign in to comment.