Skip to content

Commit d575088

Browse files
committed
Remove file encoding comments
1 parent 0e04987 commit d575088

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# w3lib documentation build configuration file, created by
42
# sphinx-quickstart on Sun Jan 26 22:19:38 2014.
53
#

tests/test_form.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from __future__ import absolute_import
32
import warnings
43
import unittest

tests/test_http.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
import unittest
42
from collections import OrderedDict
53
from w3lib.http import (basic_auth_header,

w3lib/encoding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Functions for handling encoding of web pages
43
"""

w3lib/html.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""
32
Functions for dealing with markup text
43
"""

0 commit comments

Comments
 (0)