Inital import of codebase

This commit is contained in:
2009-02-01 02:03:00 +00:00
commit c984e2b870
6 changed files with 739 additions and 0 deletions

11
test.py Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/python
from pytikitag import reader, tikitag
m = tikitag.TikiTag()
print m.tag_id()
#d = m.read_tag()
#rint "%s bytes" % len(d)