neo1973-germany/PyTracker/trunk/clientscript.py
edistar 9b28aae05a forgot to delete a line..
git-svn-id: http://www.neo1973-germany.de/svn@164 46df4e5c-bc4e-4628-a0fc-830ba316316d
2008-09-17 22:40:45 +00:00

7 lines
230 B
Python

from PyTrackerClient import *
test=TrackClient('edistar','refeco3','80.61.221.9')
test.StartTrack()
# I need an event to call test.StopTrack!
# How do I do that? Best would be KeyPressed("q") or something
ecore.main_loop_begin()