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