break
[vlc/multisubs.git] / test / native / stats.c
blobb1d71169f67972c87b26f18ef883aae29cbbd365
1 #include "../pyunit.h"
2 #ifdef HAVE_CONFIG_H
3 # include "config.h"
4 #endif
6 #include <vlc/vlc.h>
8 PyObject *timers_test( PyObject *self, PyObject *args )
10 Py_INCREF( Py_None );
11 return Py_None;