show.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 from ros import pyqrnative
00003 from optparse import OptionParser
00004 NAME="show.py"
00005 parser = OptionParser(usage="usage: %prog <data>", prog=NAME)
00006 options, args = parser.parse_args()
00007 text = args[0]
00008 pyqrnative.show_data(text)


pyqrnative
Author(s): Sam Curren
autogenerated on Mon Dec 2 2013 11:36:47