From bb147538ad9c770acde0d412d26736851433adcb Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 07 Mar 2009 15:47:12 +0000 Subject: removing oldnumeric dependency --- diff --git a/tajail.py b/tajail.py index b17190a..7fafed5 100644 --- a/tajail.py +++ b/tajail.py @@ -22,8 +22,7 @@ import re from time import * from math import * -from numpy.oldnumeric import * -from numpy.fft import * +from numpy import * def myfunc(lc, f, x): # check to make sure no import calls are made -- cgit v0.9.1