Added missing lines removed by accident
This commit is contained in:
parent
7f166ac7b8
commit
9347b439ab
1 changed files with 2 additions and 0 deletions
|
@ -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=[]):
|
||||
|
|
Loading…
Add table
Reference in a new issue