Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
import of recognizable series
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Aug 16, 2016
1 parent 800a329 commit 28149c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/combinat/k_regular_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@
# http://www.gnu.org/licenses/
#*****************************************************************************

from sage.combinat.recognizable_series import RecognizableSeries
from sage.combinat.recognizable_series import RecognizableSeriesSpace
from sage.misc.cachefunc import cached_method
from sage.structure.element import Element


class kRegularSequence(Element):

def __init__(self, parent, matrices, initial=None, selection=None,
Expand Down

0 comments on commit 28149c9

Please sign in to comment.