From f5eca77117b21924d8b4d58e97c20e598e6904dc Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Thu, 19 Nov 2015 18:54:02 +0100 Subject: [PATCH] added encoding as comment last file for encoding check python3 file without license --- extra/release.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/release.py b/extra/release.py index de4d55029..302a5f3de 100755 --- a/extra/release.py +++ b/extra/release.py @@ -1,4 +1,6 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- + """A utility script for automating the beets release process. """ import click