fixed relative imports

This commit is contained in:
Rafael.Timmerberg 2013-06-19 23:09:57 +02:00
commit 0bc9b658f4
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
from parser import Parser
from lib.parsers.parser import Parser
class ShellParser(Parser):