From 218346eee6387282cb72baf4c10699735ba0b07f Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 9 Nov 2013 19:12:17 -0800 Subject: [PATCH] Fixing up headers Former-commit-id: 98e4903f657f65bf89cdc5e5a96c75c8e564639a --- util/compile.py | 3 +-- yomi_base/japanese/deinflect.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/util/compile.py b/util/compile.py index 7a7cfef..99cea53 100755 --- a/util/compile.py +++ b/util/compile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- -# # Copyright (C) 2013 Alex Yatskov # # This program is free software: you can redistribute it and/or modify @@ -15,7 +15,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# import codecs diff --git a/yomi_base/japanese/deinflect.py b/yomi_base/japanese/deinflect.py index 4fa6743..fa2f4a3 100644 --- a/yomi_base/japanese/deinflect.py +++ b/yomi_base/japanese/deinflect.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -# # Copyright (C) 2013 Alex Yatskov # # This program is free software: you can redistribute it and/or modify @@ -15,7 +14,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# import codecs