Ticket #1188 (closed: fixed)
MantidPlot Python overwrites some variables that it shouldn't
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
When importing in Python, attributes that start with a double underscore () are not imported. The MantidPlot startup files break this as they define their own import to global routine and overwrite variables such as file, doc .
Change History
Note: See
TracTickets for help on using
tickets.
(In [4233]) Correction to Mantid Python startup files so that they don't overwrite Python double-underscore variables. Re #1188