Skip to content

Commit aa1b425

Browse files
authored
Adhere to PEP 263 for source encoding
See https://www.python.org/dev/peps/pep-0263/ for details.
1 parent a3a8702 commit aa1b425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bagit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# encoding: utf-8
2+
# -*- coding: utf-8 -*-
33

44
from __future__ import absolute_import, division, print_function, unicode_literals
55

0 commit comments

Comments
 (0)