Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
f3fd5f38
Commit
f3fd5f38
authored
Jun 15, 2016
by
Matthew Tam
Browse files
fixed a small typo in the Utilities/__init__.py file (a period was missing in the import statment).
parent
dd360cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/Utilities/__init__.py
View file @
f3fd5f38
...
...
@@ -7,6 +7,6 @@ Created on Thu Jan 28 14:10:51 2016
The "Utilities"-module contains various ...
"""
from
Laplace_matrix
import
*
from
.
Laplace_matrix
import
*
__all__
=
[
"Laplace_matrix"
]
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