Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
a95ff951
Commit
a95ff951
authored
14 years ago
by
Peterson, Peter
Browse files
Options
Downloads
Patches
Plain Diff
Fixing eol property. Refs #1256.
parent
710b0ca3
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Code/Mantid/PythonAPI/MantidHeader.py
+9
-9
9 additions, 9 deletions
Code/Mantid/PythonAPI/MantidHeader.py
Code/Mantid/PythonAPI/MantidStartup.py
+3
-3
3 additions, 3 deletions
Code/Mantid/PythonAPI/MantidStartup.py
with
12 additions
and
12 deletions
Code/Mantid/PythonAPI/MantidHeader.py
+
9
−
9
View file @
a95ff951
##########################################################
# #
# 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
)
This diff is collapsed.
Click to expand it.
Code/Mantid/PythonAPI/MantidStartup.py
+
3
−
3
View file @
a95ff951
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment