Compare commits

...

2 Commits

Author SHA1 Message Date
kennethreitz 3b2c0b5df9 v99 2017-02-15 13:52:17 -05:00
kennethreitz 49b9eaa93e cleanup 2017-02-15 13:51:39 -05:00
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
## 99
Cleanup.
## 98
Official NLTK support and other improvements.
-2
View File
@@ -27,8 +27,6 @@ if [ $? -eq 0 ]; then
else
puts-warn "nltk.txt not found, not downloading any corpora"
fi
else
puts-warn "nltk not apparently installed, not downloading packages"
fi