Skip to content

Commit

Permalink
Fix import statement. Refs #6677
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 15, 2013
1 parent e823559 commit 23dae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/wiki_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def create_function_signature(alg, algo_name):
create the function signature for the algorithm.
"""
import mantid.simpleapi
from mantid.api IWorkspaceProperty
from mantid.api import IWorkspaceProperty
from mantid.simpleapi import _get_function_spec

_alg = getattr(mantid.simpleapi, algo_name)
Expand Down

0 comments on commit 23dae81

Please sign in to comment.