Skip to content

Commit db0e3dc

Browse files
authored
Merge pull request #111 from tovrstra/patch-1
Adhere to PEP 263 for source encoding
2 parents a3a8702 + aa1b425 commit db0e3dc

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)