Skip to content

Commit 4484e49

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/crystals/littelmann_path.py: Fix import
1 parent 84f7091 commit 4484e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/crystals/littelmann_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from sage.categories.loop_crystals import (RegularLoopCrystals,
3737
KirillovReshetikhinCrystals)
3838
from sage.combinat.root_system.cartan_type import CartanType
39-
from sage.combinat.root_system.all import WeylGroup
39+
from sage.combinat.root_system.weyl_group import WeylGroup
4040
from sage.rings.integer import Integer
4141
from sage.rings.rational_field import QQ
4242
from sage.combinat.root_system.root_system import RootSystem

0 commit comments

Comments
 (0)