Skip to content
Snippets Groups Projects
Commit 2504e657 authored by Marina Ganeva's avatar Marina Ganeva
Browse files

Fixed import of dnsdata.

parent b1709266
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@ from mantid.api import *
import mantid.simpleapi as api
import numpy as np
import os, sys
sys.path.insert(0, os.path.dirname(__file__))
from dnsdata import DNSdata
sys.path.pop(0)
class LoadDNSLegacy(PythonAlgorithm):
"""
......
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