]> git.sesse.net Git - vlc/blob - test/native/stats.c
d48575e0a2c74b956aa46d7360c8e97a8d2e94c1
[vlc] / test / native / stats.c
1 #include "../pyunit.h"
2 #include <vlc/vlc.h>
3
4 static PyObject *timers_test( PyObject *self, PyObject *args )
5 {
6      Py_INCREF( Py_None );
7      return Py_None;
8 }