Mercurial > hg > sworduploader
view sword2-libraries-pyinstaller-compatible/sword2/__init__.py @ 22:d1752c7031e4 timeouts tip
Updated .hgignore to ignore sword2_logging.conf and anything in .cache
author | Steve Welburn <stephen.welburn@eecs.qmul.ac.uk> |
---|---|
date | Tue, 22 Jan 2013 14:43:42 +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