start to implement a test environment to run seperate components seperately.
[vuplus_dvbapp] / tests / test_timer.py
1 import enigma
2
3 import RecordTimer
4
5 t = RecordTimer.RecordTimer()
6
7
8 # run virtual environment
9 enigma.run()