> +                                   name = "Account sync %s" % accountname)

What about?

  name = "Account sync {}".format(accountname))

I know that most codebase is using printf style, but Python devs
recommend that and it is compatible both with Python 2 and 3.

_______________________________________________
OfflineIMAP-project mailing list: [email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project

OfflineIMAP homepages:
- https://github.com/OfflineIMAP
- http://offlineimap.org

Reply via email to