From f1bed268cfd976966b6bab376a59c52dfd0216fa Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 30 Jun 2016 15:02:10 -0400 Subject: rename zerocurve to curve, and merge yearfrac with date --- cdsone.pyx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cdsone.pyx') diff --git a/cdsone.pyx b/cdsone.pyx index cb567f6..d6bb4ec 100644 --- a/cdsone.pyx +++ b/cdsone.pyx @@ -1,8 +1,7 @@ -from pyisda.cdsone cimport (JpmcdsCdsoneUpfrontCharge, +from cdsone cimport (JpmcdsCdsoneUpfrontCharge, JpmcdsCdsoneSpread, JpmcdsStringToStubMethod) -from pyisda.zerocurve cimport ZeroCurve -from pyisda.date cimport JpmcdsStringToDateInterval, pydate_to_TDate -from pyisda.yearfrac cimport dcc +from curve cimport ZeroCurve +from date cimport JpmcdsStringToDateInterval, pydate_to_TDate, dcc cdef int SUCCESS = 0 -- cgit v1.2.3-70-g09d2