try:
    import anonfunc
except ImportError:
    pass
else:
    import __builtin__
    __builtin__.anonfunc = anonfunc.anonfunc
    __builtin__.X = anonfunc.arg0
    __builtin__.Y = anonfunc.arg1
    __builtin__.Z = anonfunc.arg2

# ex: ts=8 sts=4 sw=4 et
# $Perky: anonfunc/anonfuncalias.py,v 1.2 2004/01/03 13:26:19 perky Exp $


syntax highlighted by Code2HTML, v. 0.9.1