Skip to content

Commit abb83ef

Browse files
committed
remove last bits from flint_base
1 parent fe86866 commit abb83ef

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
test:
22
git clean -fdx src
33
python setup.py build_ext --inplace
4-
PYTHONPATH=src python t.py
4+
PYTHONPATH=src python bug.py

src/flint/flint_base/flint_base.pxd

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
from flint.flintlib.types.mpoly cimport ordering_t
2-
from flint.flintlib.types.flint cimport slong
3-
4-
cdef class flint_ctx:
5-
pass
6-
71
cdef class flint_elem:
82
pass
93

0 commit comments

Comments
 (0)