nasa-jpl-memex / nutch-python

Python port of Nutch that allows controlling Apache Nutch via its REST API.
http://nutch.apache.org/
Apache License 2.0
5 stars 2 forks source link

Deprecate namespace package #2

Closed ahmadia closed 9 years ago

ahmadia commented 9 years ago

Namespace packages are a non-standard feature in Python, and should only be used if there's a legitimate reason. Since now nutch-python seems to be a single-module installation, I think we should deprecate this unless I'm missing something (in which case, please correct me).

chrismattmann commented 9 years ago

hey @ahmadia where are we using namespace_packages? I don't think it uses those, right?

ahmadia commented 9 years ago

See __init__.py

ahmadia commented 9 years ago

https://github.com/memex-explorer/nutch-python/blob/master/nutch/__init__.py#L17

chrismattmann commented 9 years ago

hmm got it. Pull request to update?

ahmadia commented 9 years ago

yeah, it's on my list

ahmadia commented 9 years ago

done in b2035f583e280ab88d3ba506a046e0c80dc9cd19