| 1 | initial version |
The command import_statements will tell you how to import something:
sage: import_statements('CombinatorialElement')
from sage.combinat.combinat import CombinatorialElement
So use from sage.combinat.combinat import CombinatorialElement.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.