Merge pull request #57 from jsocol/master

Fix two small issues
This commit is contained in:
Will Kahn-Greene 2012-08-21 11:36:48 -07:00
Родитель 9008257136 fdf09e8e0c
Коммит 51a2248047
2 изменённых файлов: 2 добавлений и 0 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
*.py[oc]
build/
dist/
*.egg-info

Просмотреть файл

@ -1,4 +1,5 @@
# This includes everything you need to develop on ElasticUtils.
-r requirements.txt
# nose for tests
nose