bug fixes

This commit is contained in:
Volkan Şahin 2016-04-16 23:59:54 +03:00
parent c7972375da
commit dcf214ad8a

View file

@ -25,6 +25,7 @@ class Context(object):
def execute(self, command):
return subprocess.Popen(command, shell=True)
#TODO send file,...
class Plugin(threading.Thread):
"""