|   | 1 |  initial version  | 
Functions are not automatically imported, so you need to add
TESTS::
    sage: from sage.combinat.combinat import euler_polynomial
    sage: y = QQ['y'].gen()
    ...
|   | 2 |  No.2 Revision  | 
Functions are not automatically imported, so you need to addadd a line to the doctest:
TESTS::
    sage: from sage.combinat.combinat import euler_polynomial
    sage: y = QQ['y'].gen()
    ...
 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.
 
                
                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.