Mercurial > hg > sworduploader
view sword2-libraries-pyinstaller-compatible/sword2/__init__.py @ 17:509a22aa26c6
explanation to build executables
author | Marco Fabiani <marco.fabiani@eecs.qmul.ac.uk> |
---|---|
date | Tue, 29 May 2012 12:44:46 +0100 |
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