a few fixes and a very good idea by bumbl: atexit :) thx
git-svn-id: http://www.neo1973-germany.de/svn@186 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
177ccfb336
commit
81face7d32
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from __future__ import with_statement
|
||||
import time
|
||||
from socket import *
|
||||
|
|
|
@ -4,6 +4,9 @@ import ecore.evas
|
|||
import edje
|
||||
import sys
|
||||
import os
|
||||
import atexit
|
||||
|
||||
atexit.register(test.StopTrack())
|
||||
|
||||
test=TrackClient('anon','passwd','80.61.221.9')
|
||||
|
||||
|
|
Loading…
Reference in a new issue