Added missing lines removed by accident

This commit is contained in:
Ingo Ruhnke 2010-07-26 12:42:08 +02:00
parent 7f166ac7b8
commit 9347b439ab

View file

@ -1,9 +1,11 @@
#!/usr/bin/env python
import os, sys
import fcntl
import ConfigParser
from subprocess import check_call, Popen, PIPE
from signal import SIGINT
from asyncproc import Process, with_timeout, Timeout
class RunXBoxDrv(object):
def __init__(self, configfile, appandparams=[]):