commit | f601376e13e6beca7ab8d660e00d6c14714f305f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Thu Jun 13 02:30:51 2019 -0400 |
committer | Mike Frysinger <vapier@google.com> | Thu Jun 13 14:30:52 2019 +0000 |
tree | beeeb25f4ff9fda3ff494ca3a39aca347d237b13 | |
parent | 31067c0ac583af2304ffe52c11df8b14c6162502 [diff] [blame] |
set default file encoding to utf-8 There's no reason to support any other encoding in these files. This only affects the files themselves and not streams they open. Bug: https://crbug.com/gerrit/10418 Change-Id: I053cb40cd3666ce5c8a0689b9dd938f24ca765bf
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index f1c2a83..319262b 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py
@@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- # # Copyright (C) 2008 The Android Open Source Project #