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 merge requests found
##########################################################
# #
# A wrapper module to handle creating the Mantid Python #
# framework. #
# #
##########################################################
from MantidFramework import *
mtd.initialise(False)
##########################################################
# #
# A wrapper module to handle creating the Mantid Python #
# framework. #
# #
##########################################################
from MantidFramework import *
mtd.initialise(False)
from MantidHeader import *
print "\n==== Mantid Scripting Interface ==== \n"
print "Mantid Framework Manager 'mantid' ready.\n"
from MantidHeader import *
print "\n==== Mantid Scripting Interface ==== \n"
print "Mantid Framework Manager 'mantid' ready.\n"
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