Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
a440afc4
Commit
a440afc4
authored
Jun 16, 2018
by
Martin Reinecke
Browse files
don't set __all__ in nifty4/__init__.py
parent
2b33d347
Pipeline
#31117
passed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty4/__init__.py
View file @
a440afc4
...
...
@@ -21,7 +21,5 @@ from .logger import logger
from
.multi
import
*
__all__
=
[
"__version__"
,
"dobj"
,
"DomainTuple"
]
+
\
domains
.
__all__
+
operators
.
__all__
+
minimization
.
__all__
+
\
[
"Field"
]
+
sugar
.
__all__
+
\
multi
.
__all__
# We deliberately don't set __all__ here, because we don't want people to do a
# "from nifty4 import *"; that would swamp the global namespace.
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