Renamed encodings to encoding to avoid conflicts with system module.

pull/1/head
Yuri Baburov 14 years ago
parent 096d4db6ce
commit 43c34bacc1

@ -1,5 +1,5 @@
from cleaners import normalize_spaces, clean_attributes from cleaners import normalize_spaces, clean_attributes
from encodings import get_encoding from encoding import get_encoding
from lxml.html import tostring from lxml.html import tostring
import logging import logging
import lxml.html import lxml.html

Loading…
Cancel
Save