From f601376e13e6beca7ab8d660e00d6c14714f305f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Jun 2019 02:30:51 -0400 Subject: 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 --- subcmds/prune.py | 1 + 1 file changed, 1 insertion(+) (limited to 'subcmds/prune.py') diff --git a/subcmds/prune.py b/subcmds/prune.py index 39c571a4..dc8b8c9d 100644 --- a/subcmds/prune.py +++ b/subcmds/prune.py @@ -1,3 +1,4 @@ +# -*- coding:utf-8 -*- # # Copyright (C) 2008 The Android Open Source Project # -- cgit v1.2.3-54-g00ecf