ChristopherRabotin / bungiesearch

UNMAINTAINED CODE -- Elasticsearch-dsl-py django wrapper with mapping generator
BSD 3-Clause "New" or "Revised" License
67 stars 20 forks source link

don't import private _collections, use public collections #142

Closed diwu1989 closed 8 years ago

diwu1989 commented 8 years ago

_collections is not documented api, collections is https://docs.python.org/2/library/collections.html

re-sorted the other imports based on default isort ordering

ChristopherRabotin commented 8 years ago

Looks good. I have to thank PyDev for that private _collections import.