From aa1b425e3e65a9f9c595980c339091a9f4342c20 Mon Sep 17 00:00:00 2001 From: Toon Verstraelen Date: Fri, 10 Aug 2018 15:54:37 +0200 Subject: [PATCH] Adhere to PEP 263 for source encoding See https://www.python.org/dev/peps/pep-0263/ for details. --- bagit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bagit.py b/bagit.py index 7da5dfb..7583a2e 100755 --- a/bagit.py +++ b/bagit.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# encoding: utf-8 +# -*- coding: utf-8 -*- from __future__ import absolute_import, division, print_function, unicode_literals