From b30c98985842a826ef686f1abda0e4029f934b46 Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Mon, 9 Sep 2024 01:16:30 -0600 Subject: [PATCH] updated moudle __init__ --- wmdocklib/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdocklib/__init__.py b/wmdocklib/__init__.py index 4102204..e4dca29 100644 --- a/wmdocklib/__init__.py +++ b/wmdocklib/__init__.py @@ -6,7 +6,7 @@ wmgeneral.c, but some new functions are added too. to get help about a contained package, try: help(wmdocklib.) """ -from pywmgeneral import * -from pywmhelpers import * +from .pywmgeneral import * +from .pywmhelpers import * __all__ = ['wmoo']