updated moudle __init__
This commit is contained in:
parent
b72b9d2f3e
commit
b30c989858
@ -6,7 +6,7 @@ wmgeneral.c, but some new functions are added too.
|
|||||||
to get help about a contained package, try:
|
to get help about a contained package, try:
|
||||||
help(wmdocklib.<name>)
|
help(wmdocklib.<name>)
|
||||||
"""
|
"""
|
||||||
from pywmgeneral import *
|
from .pywmgeneral import *
|
||||||
from pywmhelpers import *
|
from .pywmhelpers import *
|
||||||
|
|
||||||
__all__ = ['wmoo']
|
__all__ = ['wmoo']
|
||||||
|
Loading…
Reference in New Issue
Block a user