__init__.py
Go to the documentation of this file.
00001 WXVER = ['2.8', '2.9']
00002 import sys
00003 import wxversion
00004 if wxversion.checkInstalled(WXVER):
00005   wxversion.select(WXVER)
00006 else:
00007   print >> sys.stderr, "This application requires wxPython version %s"%(WXVER)
00008   sys.exit(1)


robot_monitor
Author(s): Kevin Watts (watts@willowgarage.com), Josh Faust (jfaust@willowgarage.com)
autogenerated on Thu Apr 24 2014 15:20:23