Skip to content

Commit

Permalink
use iterparse only from lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgross committed Jul 24, 2016
1 parent 864d50c commit bf4b278
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
31 changes: 0 additions & 31 deletions src/collective/solr/iterparse.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/collective/solr/parser.py
Expand Up @@ -6,7 +6,7 @@
from zope.interface import implements

from collective.solr.interfaces import ISolrFlare
from collective.solr.iterparse import iterparse
from xml.etree.cElementTree import iterparse


class AttrDict(dict):
Expand Down
31 changes: 0 additions & 31 deletions src/collective/solr/tests/benchmark.py

This file was deleted.

0 comments on commit bf4b278

Please sign in to comment.