Skip to content

Commit 1006867

Browse files
committed
Make xmp.py work on Python 2 again.
1 parent ec3b879 commit 1006867

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/xmp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# See the file COPYING.
88
#
99

10+
from __future__ import print_function
11+
1012
import os, sys
1113
from errno import *
1214
from stat import *

0 commit comments

Comments
 (0)