Changed imports in llpython

This commit is contained in:
Hernan Grecco 2013-03-05 18:01:57 -03:00
commit b8da3c7a73
7 changed files with 22 additions and 23 deletions

View file

@ -1,7 +1,7 @@
#! /usr/bin/env python
# ______________________________________________________________________
from bytecode_visitor import BytecodeFlowVisitor, BenignBytecodeVisitorMixin
from .bytecode_visitor import BytecodeFlowVisitor, BenignBytecodeVisitorMixin
# ______________________________________________________________________