Whamcloud - gitweb
Add sample python bindings for the uuid library
authorTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2008 20:39:19 +0000 (15:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 3 Jan 2008 20:39:19 +0000 (15:39 -0500)
commit1725c0cf530eec737b9d1ed008e0be8bfb7fcb4f
tree3bbc108b1c74ed8cc55936f8db018e3724d92485
parentb05d4ab635196f1e45bb7a11914edb2b0877274c
Add sample python bindings for the uuid library

Pretty trivial, but maybe useful to someone.

Originially submited by Ondrej Sury <ondrej@sury.org>

Addresses-Sourceforge-Patches: #778817

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
contrib/python-uuid/setup.py [new file with mode: 0755]
contrib/python-uuid/test.py [new file with mode: 0755]
contrib/python-uuid/uuid.c [new file with mode: 0644]