almelid
b9804b39ee
Lispkoden ligger nå i trunk/lisp Lagt til trunk/python, som inneholder interface.py, en sped begynnelse på et brukerinterfjas mot bibsys/databasen. Lagt til modifisert PyZ3950-bibliotek (\ /) (O.o) (> <) Bunny approves these changes.
6 lines
160 B
Python
6 lines
160 B
Python
"""Python Z3950/MARC/ASN.1 package, supporting ZOOM API.
|
|
"""
|
|
|
|
__all__ = ['zoom', 'zmarc']
|
|
# only pieces most users need: if you need asn1, import it explicitly
|