added some code to the service classes; no working code; mostly boilerplate...

This commit is contained in:
Johannes Findeisen 2013-06-05 04:20:26 +02:00
commit 132ce81d05
5 changed files with 117 additions and 35 deletions

View file

@ -1,6 +1,5 @@
"""
The shell service. This is for executing services as shell commands
and don't use a builtin function. This is useful to be free to do what you want.
The shell service. This is for executing local shell commands and retrieve the output.
"""
from service import Service