Skip to content

Commit

Permalink
change coding: utf8 to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
James Salter committed Jan 26, 2015
1 parent 90c72b0 commit 4112258
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cssselect/__init__.py
@@ -1,4 +1,4 @@
# coding: utf8
# coding: utf-8
"""
CSS Selectors based on XPath
============================
Expand Down
2 changes: 1 addition & 1 deletion cssselect/parser.py
@@ -1,4 +1,4 @@
# coding: utf8
# coding: utf-8
"""
cssselect.parser
================
Expand Down
2 changes: 1 addition & 1 deletion cssselect/tests.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf8
# coding: utf-8
"""
Tests for cssselect
===================
Expand Down
2 changes: 1 addition & 1 deletion cssselect/xpath.py
@@ -1,4 +1,4 @@
# coding: utf8
# coding: utf-8
"""
cssselect.xpath
===============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# coding: utf8
# coding: utf-8

import re
import os.path
Expand Down

0 comments on commit 4112258

Please sign in to comment.