Skip to content

Commit

Permalink
added encoding lines
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Sep 29, 2017
1 parent 23ca923 commit 685b97c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autocrop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

import argparse
import os
import sys
Expand Down
2 changes: 2 additions & 0 deletions autocrop/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

__title__ = 'autocrop'
__description__ = 'Automatically crops faces from batches of pictures'
__author__ = 'François Leblanc'
Expand Down
2 changes: 2 additions & 0 deletions autocrop/autocrop.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-

from __future__ import print_function

import argparse
Expand Down

0 comments on commit 685b97c

Please sign in to comment.