import.pyx 102 Bytes
def f():
    import spam
    import spam.eggs
    import spam, eggs, ham
    import spam as tasty