File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 36
36
# ****************************************************************************
37
37
38
38
from sage .matrix .constructor import Matrix
39
- from sage .graphs .graph_generators import graphs
40
-
41
- from sage .rings .integer_ring import ZZ
42
-
43
- import sage .matroids .matroid
44
- import sage .matroids .basis_exchange_matroid
45
39
from sage .matroids .basis_matroid import BasisMatroid
46
40
from sage .matroids .circuit_closures_matroid import CircuitClosuresMatroid
41
+ from sage .matroids .constructor import Matroid
47
42
from sage .matroids .linear_matroid import (LinearMatroid , RegularMatroid ,
48
43
BinaryMatroid , TernaryMatroid ,
49
44
QuaternaryMatroid )
50
45
from sage .matroids .rank_matroid import RankMatroid
51
- from sage .matroids .constructor import Matroid
52
46
from sage .misc .lazy_import import lazy_import
53
-
54
- lazy_import ('sage.rings.finite_rings.finite_field_constructor' , 'GF' )
55
- lazy_import ('sage.schemes.projective.projective_space' , 'ProjectiveSpace' )
56
-
47
+ from sage .rings .integer_ring import ZZ
57
48
58
49
# The order is the same as in Oxley.
59
50
You can’t perform that action at this time.
0 commit comments