Skip to content
  • Barry Warsaw's avatar
    Several important cleanups. · ae3d0cc3
    Barry Warsaw authored
    * Turn on absolute_import and unicode_literals everywhere, and deal with the
      aftermath.
    * Use 'except X as Y' everywhere.
    * Make the module prologues much more consistent.
    * Use '{}'.format() consistently, except for logger interface.
    * Because of the problems with calling ** args with unicode keywords, hide
      calls to Template.substitute() behind an API.
    ae3d0cc3