Skip to content

Commit

Permalink
major cleanup after migration to classes
Browse files Browse the repository at this point in the history
  • Loading branch information
André Gaul committed Feb 2, 2014
1 parent 3c2d7c2 commit e92f5e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 165 deletions.
4 changes: 2 additions & 2 deletions pseudopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-

from . import compute, demo, visualize
from .nonnormal import NonnormalMeshgrid, NonnormalTriang, NonnormalPoints
from .normal import Normal, NormalEvals
from . import demo

__all__ = ['NonnormalMeshgrid', 'NonnormalTriang', 'NonnormalPoints',
'Normal', 'NormalEvals',
'compute', 'demo', 'visualize']
'demo']
120 changes: 0 additions & 120 deletions pseudopy/compute.py

This file was deleted.

Empty file removed pseudopy/path.py
Empty file.
43 changes: 0 additions & 43 deletions pseudopy/visualize.py

This file was deleted.

0 comments on commit e92f5e7

Please sign in to comment.