From f8facadc673e8da83e6143278510a92e4eeef1ab Mon Sep 17 00:00:00 2001 From: Alexander Mordvintesv Date: Sun, 29 Jul 2012 17:24:47 +0300 Subject: [PATCH] print description in mosse.py --- samples/python2/mosse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/python2/mosse.py b/samples/python2/mosse.py index c58025d0d1..c391ea6bc5 100644 --- a/samples/python2/mosse.py +++ b/samples/python2/mosse.py @@ -176,6 +176,7 @@ class App: if __name__ == '__main__': + print __doc__ import sys, getopt opts, args = getopt.getopt(sys.argv[1:], '', ['pause']) opts = dict(opts)