Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
73645f9f
Commit
73645f9f
authored
Apr 02, 2015
by
eric pellegrini
Browse files
Relocated MMTKDefinitions module
parent
af2b7cf9
Changes
3
Hide whitespace changes
Inline
Side-by-side
MDANSE/
C
or
e
/MMTKDefinitions.py
→
MDANSE/
Framew
or
k
/MMTKDefinitions.py
View file @
73645f9f
File moved
MDANSE/__init__.py
View file @
73645f9f
...
...
@@ -34,7 +34,6 @@ from __pkginfo__ import __version__, __author__, __date__
from
MDANSE.Core.Platform
import
PLATFORM
from
MDANSE.Core.ClassRegistry
import
ClassRegistry
as
REGISTRY
from
MDANSE.Core.MMTKDefinitions
import
MMTK_DEFINITIONS
from
MDANSE.Data.ElementsDatabase
import
ELEMENTS
...
...
Scripts/mdanse
View file @
73645f9f
...
...
@@ -26,7 +26,7 @@ class CommandLineParser(optparse.OptionParser):
if
len
(
parser
.
rargs
)
!=
3
:
raise
CommandLineParserError
(
"Invalid number of arguments for %r option"
%
opt_str
)
from
MDANSE
import
MMTK_DEFINITIONS
from
MDANSE
.Framework.MMTKDefinitions
import
MMTK_DEFINITIONS
MMTK_DEFINITIONS
.
add
(
*
parser
.
rargs
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment