Add encoding comment to ensure file is parsed as utf-8

This commit is contained in:
Blake Watters 2013-09-27 17:34:27 -04:00
parent 50e5d23f0a
commit fbdb9b1fe7

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module Twine
module Formatters
class Gettext < Abstract