Skip to content

Commit

Permalink
Declare all source files as UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Apr 20, 2012
1 parent 4667083 commit 7b39032
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cssselect/__init__.py
@@ -1,3 +1,4 @@
# coding: utf8
"""
CSS Selectors based on XPath
============================
Expand Down
1 change: 1 addition & 0 deletions cssselect/parser.py
@@ -1,3 +1,4 @@
# coding: utf8
"""
cssselect.parser
================
Expand Down
1 change: 1 addition & 0 deletions cssselect/tests.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# coding: utf8
"""
Tests for cssselect
===================
Expand Down
1 change: 1 addition & 0 deletions cssselect/xpath.py
@@ -1,3 +1,4 @@
# coding: utf8
"""
cssselect.xpath
===============
Expand Down
2 changes: 2 additions & 0 deletions setup.py
@@ -1,3 +1,5 @@
# coding: utf8

import re
import os.path
from setuptools import setup
Expand Down

0 comments on commit 7b39032

Please sign in to comment.