Update index.rst

The missing import is already in the `.. testsetup::` however that block is not shown at http://elasticsearch-py.readthedocs.org/en/master/#python-elasticsearch-client. Not sure what's wrong, nevertheless one does not simply yank the example and go.
This commit is contained in:
starenka
2014-04-24 15:05:36 +02:00
committed by Honza Král
parent 93d104eea8
commit 99ad9a154a
+1
View File
@@ -19,6 +19,7 @@ Example Usage
.. testcode::
from datetime import datetime
from elasticsearch import Elasticsearch
es = Elasticsearch()