This commit is contained in:
Mark Paschal 2009-08-24 16:35:55 -07:00
Родитель fcc67c1a1f
Коммит ef5893607f
1 изменённых файлов: 13 добавлений и 0 удалений

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

@ -1,3 +1,16 @@
#!/usr/bin/env python
"""
A generic example CouchDB client, implemented using remoteobjects.
"""
__version__ = '1.0'
__date__ = '24 August 2009'
__author__ = 'Mark Paschal'
import httplib
from optparse import OptionParser
import simplejson as json