Commit 49cf0e4a authored by Nathaniel Case's avatar Nathaniel Case

Relative imports

parent 7a9ec6dc
from inject import CodeInjector
from inspect import ObjectInspector
from ipc import PyrasiteIPC
from reverse import ReverseConnection, ReversePythonConnection
from .inject import CodeInjector
from .inspect import ObjectInspector
from .ipc import PyrasiteIPC
from .reverse import ReverseConnection, ReversePythonConnection
__version__ = '2.0beta'
__all__ = ('CodeInjector', 'ObjectInspector', 'PyrasiteIPC',
......
......@@ -31,7 +31,7 @@ Authors:
import os
import warnings
from utils import run
from .utils import run
class CodeInjector(object):
......
......@@ -15,7 +15,7 @@
#
# Copyright (C) 2011 Red Hat, Inc.
from utils import run
from .utils import run
class ObjectInspector(object):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment