Skip to content

Commit

Permalink
Fix buildout failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alir3z4 committed Feb 23, 2015
1 parent 2a41dbb commit e4ccda7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion stop_words/stop-words
Submodule stop-words updated 0 files

0 comments on commit e4ccda7

Please sign in to comment.