From e4ccda7d803b938d77016ccd92e069231b6754c7 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Mon, 23 Feb 2015 14:48:16 +0000 Subject: [PATCH] Fix buildout failing --- bootstrap.py | 4 +++- stop_words/stop-words | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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