Skip to content

Commit

Permalink
Re #6516 Turn APIv2 on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed May 8, 2013
1 parent cc0e2b8 commit 1a13203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GeneralSettings(QtCore.QObject):
facility_name = ''

# Mantid Python API version
api2 = False
api2 = True

data_updated = QtCore.pyqtSignal('PyQt_PyObject','PyQt_PyObject')
progress = QtCore.pyqtSignal(int)
Expand Down

0 comments on commit 1a13203

Please sign in to comment.