Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
7d17580b
Commit
7d17580b
authored
Aug 22, 2016
by
eric pellegrini
Browse files
Updated the base __init__ with the new path set for MDANSE macros directory
parent
4c5cdafb
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/__init__.py
View file @
7d17580b
...
...
@@ -40,8 +40,6 @@ from MDANSE.Core.ClassRegistry import ClassRegistry as REGISTRY
from
MDANSE.Data.ElementsDatabase
import
ELEMENTS
from
MDANSE.Core.Preferences
import
PREFERENCES
import
Framework
import
os
...
...
@@ -49,5 +47,7 @@ import os
# MMTK imports.
from
MMTK
import
Database
PLATFORM
.
create_directory
(
PLATFORM
.
macros_directory
())
# The default databse is still the MMTK one
Database
.
path
.
append
(
os
.
path
.
join
(
PLATFORM
.
package_directory
(),
'Data'
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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