mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-14 19:02:27 +03:00
bug fixes
This commit is contained in:
parent
c7972375da
commit
dcf214ad8a
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class Context(object):
|
||||||
def execute(self, command):
|
def execute(self, command):
|
||||||
return subprocess.Popen(command, shell=True)
|
return subprocess.Popen(command, shell=True)
|
||||||
|
|
||||||
|
#TODO send file,...
|
||||||
|
|
||||||
class Plugin(threading.Thread):
|
class Plugin(threading.Thread):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue