File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/sage/combinat/root_system Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 47
47
from sage .misc .cachefunc import cached_function , cached_method , cached_in_parent_method
48
48
from sage .combinat .root_system .cartan_type import CartanType , CartanType_abstract
49
49
from sage .rings .integer_ring import ZZ
50
- from sage .interfaces .gap3 import gap3
51
50
from sage .combinat .root_system .reflection_group_complex import ComplexReflectionGroup , IrreducibleComplexReflectionGroup
52
51
from sage .misc .sage_eval import sage_eval
53
52
from sage .combinat .root_system .reflection_group_element import RealReflectionGroupElement
@@ -124,6 +123,8 @@ def ReflectionGroup(*args,**kwds):
124
123
"""
125
124
if not is_chevie_available ():
126
125
raise ImportError ("the GAP3 package 'chevie' is needed to work with (complex) reflection groups" )
126
+
127
+ from sage .interfaces .gap3 import gap3
127
128
gap3 .load_package ("chevie" )
128
129
129
130
error_msg = "the input data (%s) is not valid for reflection groups"
You can’t perform that action at this time.
0 commit comments