Skip to content
Snippets Groups Projects
Commit be01bca6 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

add from... import * for proper init, re #8912

parent b939cf06
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
#-------------------------------------------------------------------
try:
import pymantidplot
import mantidplot
from pymantidplot import *
except ImportError:
raise ImportError('Could not import mantidplot (when trying to import pymantidplot). Something is broken in this installation, please check.')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment