From 7868a869fda3e28230c19abc492057cc91b84902 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:24:40 -0700 Subject: remove debian packaging files from master branch. master should only have the source files and the README --- gnutls-1.1.9/examples/README | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 gnutls-1.1.9/examples/README (limited to 'gnutls-1.1.9/examples/README') diff --git a/gnutls-1.1.9/examples/README b/gnutls-1.1.9/examples/README deleted file mode 100644 index 343359f..0000000 --- a/gnutls-1.1.9/examples/README +++ /dev/null @@ -1,21 +0,0 @@ - -This directory holds some examples of using python-gnutls. - -- An example of writing a synchronous client and server using the - ClientSession and ServerSession classes from python-gnutls is - given in client.py and server.py - -- An example of writing an asynchronous client and server using the - python-gnutls twisted interface is given in twisted-client.py and - twisted-server.py - -- An example of working with X509 certificates and their attributes - as well as using a CRL to check their revocation is in crypto.py - - - -To run the examples without installing python-gnutls, run the following -command prior to trying the examples (after python-gnutls was built): - -export PYTHONPATH=/path/to/python-gnutls - -- cgit v1.2.3