Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Delete multicurrencytrade.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudTaghawiNejad committed Sep 11, 2017
1 parent 01ab8f7 commit 9dcc198
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 568 deletions.
3 changes: 1 addition & 2 deletions abce/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
name='trade',
ext_modules=[
Extension('trade', ['trade.pyx']),
Extension('online_variance', ['online_variance.pyx']),
Extension('multicurrencytrade', ['multicurrencytrade.pyx'])],
Extension('online_variance', ['online_variance.pyx'])],
cmdclass={'build_ext': build_ext}
)
Loading

0 comments on commit 9dcc198

Please sign in to comment.