diff --git a/bootstrap.py b/bootstrap.py index b2dde0c..eb00b33 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -96,6 +96,8 @@ setup_args['version'] = options.setuptools_version ez['use_setuptools'](**setup_args) +import setuptools +import pkg_resources # This does not (always?) update the default working set. We will # do it. @@ -184,4 +186,4 @@ def _final_version(parsed_version): args[0:0] = ['-c', options.config_file] zc.buildout.buildout.main(args) -shutil.rmtree(tmpeggs) +shutil.rmtree(tmpeggs) \ No newline at end of file diff --git a/stop_words/stop-words b/stop_words/stop-words index 56cfbd7..25c6a0a 160000 --- a/stop_words/stop-words +++ b/stop_words/stop-words @@ -1 +1 @@ -Subproject commit 56cfbd788c846404d1cf5793c8b823ad794d3c8d +Subproject commit 25c6a0aea665871e887f155b883e950c3743ce50