On Sat, Jun 23, 2012 at 2:20 AM, Daniel Holth <dholth@gmail.com> wrote:
https://bitbucket.org/dholth/distribute/changeset/0c805a76aa61


Just a suggestion: you might want to delay importing email.parser until it's actually needed; i.e. import it inside the @property where you're actually using it.