Skip to content

Commit

Permalink
Consistently use encoding declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
andytom committed Nov 17, 2016
1 parent ceafa1d commit 39c8b99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions __main__.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""Allow cookiecutter to be executable from a checkout or zip file."""
import runpy

Expand Down
1 change: 1 addition & 0 deletions cookiecutter/__main__.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""Allow cookiecutter to be executable through `python -m cookiecutter`."""
from __future__ import absolute_import

Expand Down
1 change: 1 addition & 0 deletions setup.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import os
import io
Expand Down
1 change: 1 addition & 0 deletions tests/replay/conftest.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import pytest


Expand Down

0 comments on commit 39c8b99

Please sign in to comment.