added some args stuff, added dummy shell parser, renamed classes in processors...

This commit is contained in:
Johannes Findeisen 2013-06-19 04:45:23 +02:00
commit 66ab7b6d9c
5 changed files with 28 additions and 4 deletions

6
lib/parsers/shell.py Normal file
View file

@ -0,0 +1,6 @@
from parser import Parser
class ShellParser(Parser):
def __init__(self):
pass