[python-arrayfire] 71/250: Remove unnecessary import

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.

commit 50058a32280394029ceb365f1d73f2df79b6d7ee
Author: Filipe Maia <filipe.c.maia at gmail.com>
Date:   Fri Aug 28 14:45:59 2015 +0200

    Remove unnecessary import
---
 arrayfire/index.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arrayfire/index.py b/arrayfire/index.py
index 1cacc65..1f1d419 100644
--- a/arrayfire/index.py
+++ b/arrayfire/index.py
@@ -18,7 +18,6 @@ class Seq(ct.Structure):
                 ("step" , ct.c_double)]
 
     def __init__ (self, S):
-        num = __import__("numbers")
         self.begin = ct.c_double( 0)
         self.end   = ct.c_double(-1)
         self.step  = ct.c_double( 1)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git



More information about the debian-science-commits mailing list