diff --git a/commpy/__init__.py b/commpy/__init__.py index ef677e0..6aa52f2 100644 --- a/commpy/__init__.py +++ b/commpy/__init__.py @@ -14,11 +14,11 @@ """ #from channelcoding import * -from filters import * -from modulation import * -from impairments import * -from sequences import * -from channels import * +from .filters import * +from .modulation import * +from .impairments import * +from .sequences import * +from .channels import * try: from numpy.testing import Tester