Add header infos
This commit is contained in:
Родитель
fcc67c1a1f
Коммит
ef5893607f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче