I've been working on this generate command that creates fixture code from an existing database and, I just have to say, I really like that I can do:
template.add_import("from %s import %s" % (cls.__module__, cls.__name__))
It just feels so ... right ;)