gmyth/tests/test_vlc.py
author renatofilho
Fri May 18 19:36:49 2007 +0100 (2007-05-18)
branchtrunk
changeset 691 726550e48c21
permissions -rwxr-xr-x
[svn r697] removed debug messages
     1 #!/usr/bin/python
     2 
     3 #doc: test gmyth_vlc_* methods
     4 
     5 from testing_tools import start, finish
     6 import sys
     7 
     8 p = start('gmyth_test_vlc')
     9 
    10 sys.exit(finish(p))