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

Commit

Permalink
deprecation of the old file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia Lafreniere committed Sep 7, 2015
1 parent 0edf846 commit ef3627d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#Words
from words.all import *
from sage.misc.lazy_import import lazy_import
lazy_import('sage.combinat.words.lyndon_word', *, deprecation=19150))
lazy_import('sage.combinat.words', 'lyndon_word', deprecation=19150)
from subword import Subwords

from graph_path import GraphPaths
Expand Down

0 comments on commit ef3627d

Please sign in to comment.