|
8 | 8 | - Travis Scrimshaw (2016-06-23): implemented `\mathcal{B}(\infty)` |
9 | 9 |
|
10 | 10 | Special thanks to: Nicolas Borie, Anne Schilling, Travis Scrimshaw, and |
11 | | -Nicolas Thiery. |
| 11 | +Nicolas Thiéry. |
12 | 12 | """ |
13 | | - |
14 | | -#***************************************************************************** |
| 13 | +# **************************************************************************** |
15 | 14 | # Copyright (C) 2008 Brant Jones <brant at math.ucdavis.edu> |
16 | 15 | # Copyright (C) 2013 Arthur Lubovsky <alubovsky at albany.edu> |
17 | 16 | # |
18 | 17 | # This program is free software: you can redistribute it and/or modify |
19 | 18 | # it under the terms of the GNU General Public License as published by |
20 | 19 | # the Free Software Foundation, either version 2 of the License, or |
21 | 20 | # (at your option) any later version. |
22 | | -# http://www.gnu.org/licenses/ |
23 | | -#***************************************************************************** |
| 21 | +# https://www.gnu.org/licenses/ |
| 22 | +# **************************************************************************** |
24 | 23 |
|
25 | 24 | from sage.structure.parent import Parent |
26 | 25 | from sage.structure.element import Element |
|
29 | 28 | from sage.structure.richcmp import richcmp |
30 | 29 | from sage.categories.classical_crystals import ClassicalCrystals |
31 | 30 | from sage.categories.loop_crystals import LoopCrystals |
32 | | -from sage.graphs.all import DiGraph |
| 31 | +from sage.graphs.digraph import DiGraph |
33 | 32 | from sage.combinat.root_system.cartan_type import CartanType |
34 | 33 | from sage.combinat.root_system.root_system import RootSystem |
35 | 34 | from sage.all import vector |
|
0 commit comments