-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #1
- Loading branch information
André Gaul
committed
Mar 5, 2014
1 parent
290b26d
commit 63f6c1e
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
from .nonnormal import NonnormalMeshgrid, NonnormalTriang, NonnormalPoints | ||
from .nonnormal import NonnormalMeshgrid, NonnormalMeshgridAuto, \ | ||
NonnormalTriang, NonnormalPoints | ||
from .normal import Normal, NormalEvals | ||
from . import demo, utils | ||
|
||
__all__ = ['NonnormalMeshgrid', 'NonnormalTriang', 'NonnormalPoints', | ||
__all__ = ['NonnormalMeshgrid', 'NonnormalMeshgridAuto', 'NonnormalTriang', | ||
'NonnormalPoints', | ||
'Normal', 'NormalEvals', | ||
'demo', 'utils'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters