Skip to content

Commit b48f5db

Browse files
committed
Declare file encoding to fix error on Python 2
1 parent 801d05e commit b48f5db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

omdbtool.py

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

34
from __future__ import print_function
45
import argparse

0 commit comments

Comments
 (0)