Skip to content

Commit

Permalink
Declare file encoding to fix error on Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgr committed Nov 30, 2017
1 parent 801d05e commit b48f5db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omdbtool.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import print_function
import argparse
Expand Down

0 comments on commit b48f5db

Please sign in to comment.