view sword2-libraries-pyinstaller-compatible/sword2/__init__.py @ 21:3fb1ac952fb2 timeouts

Default timeout set to return a list object rather than a float (same format as when timeout is supplide by user)
author Steve Welburn <stephen.welburn@eecs.qmul.ac.uk>
date Tue, 22 Jan 2013 14:20:02 +0000
parents 8b69bba225c9
children
line wrap: on
line source
"""
SWORD2 Python Client blurb
"""
from service_document import ServiceDocument
from collection import SDCollection, Collection_Feed, Sword_Statement
from error_document import Error_Document
from connection import Connection
from transaction_history import Transaction_History
from exceptions import *
from server_errors import SWORD2ERRORSBYIRI, SWORD2ERRORSBYNAME
from utils import Timer, NS, get_md5, create_multipart_related
from implementation_info import *
from atom_objects import Entry, Category