Skip to content
Snippets Groups Projects
Commit a95ff951 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Fixing eol property. Refs #1256.

parent 710b0ca3
No related branches found
No related tags found
No related merge requests found
########################################################## ##########################################################
# # # #
# A wrapper module to handle creating the Mantid Python # # A wrapper module to handle creating the Mantid Python #
# framework. # # framework. #
# # # #
########################################################## ##########################################################
from MantidFramework import * from MantidFramework import *
mtd.initialise(False) mtd.initialise(False)
from MantidHeader import * from MantidHeader import *
print "\n==== Mantid Scripting Interface ==== \n" print "\n==== Mantid Scripting Interface ==== \n"
print "Mantid Framework Manager 'mantid' ready.\n" print "Mantid Framework Manager 'mantid' ready.\n"
mantidHelp() mantidHelp()
\ No newline at end of file
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