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
# ______________________________________________________________________
import opcode_util
from __future__ import absolute_import
from . import opcode_util
# ______________________________________________________________________