Add encoding comment to ensure file is parsed as utf-8
This commit is contained in:
parent
50e5d23f0a
commit
fbdb9b1fe7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
module Twine
|
||||
module Formatters
|
||||
class Gettext < Abstract
|
||||
|
|
Reference in a new issue