#!python

import os
import sys
import PyMca

sys.path.insert(0, os.path.dirname(PyMca.__file__))

execfile(os.path.join(os.path.dirname(PyMca.__file__), 'EdfFileSimpleViewer.py'))

