youtube / spitfire

A high-performance Python template language
BSD 3-Clause "New" or "Revised" License
404 stars 58 forks source link

Rename spitfire.util to spitfire.text so there is only one "util" module #28

Closed nicksay closed 8 years ago

nicksay commented 8 years ago

This change moves spitfire.util to spitfire.text since all of the functionality in spitfire.util is text-related (e.g. unicode and i18n). This leaves spitfire.compiler.util as the only "util" module, which makes it clear where imports are coming from.

Progress on #27

awbraunstein commented 8 years ago

lgtm