Skip to content

Commit

Permalink
Not quite ready to load Python plugins yet. Refs #4399
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 17, 2012
1 parent c66e1f5 commit 48d573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/PythonInterface/mantid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def apiVersion():

_simpleapi.mockout_api()
if 'MantidFramework' not in _sys.modules: # Just while the other API is still around
loaded = _plugins.load(config['pythonalgorithms.directories'])
#loaded = _plugins.load(config['pythonalgorithms.directories'])
# Now everything is loaded create the proper definitions
_simpleapi.translate()

0 comments on commit 48d573d

Please sign in to comment.