[python-dtcwt] 186/497: utils: remove confusign __all__ for the moment
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit 1445db375f1385e1cc81e41a1cef7ea139986be9
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Mon Nov 11 12:49:07 2013 +0000
utils: remove confusign __all__ for the moment
Whereas __all__ can be a useful thing to have, while we're re-factoring
it can cause more pain than it is worth.
---
dtcwt/utils.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/dtcwt/utils.py b/dtcwt/utils.py
index 185f40c..137993d 100644
--- a/dtcwt/utils.py
+++ b/dtcwt/utils.py
@@ -1,7 +1,5 @@
""" Useful utilities for testing the 2-D DTCWT with synthetic images"""
-__all__ = ( 'drawedge', 'drawcirc',)
-
import numpy as np
def drawedge(theta,r,w,N):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list