1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-19 04:20:17 +01:00

sorry: order of import is relevant.

importing * from pywmhelpers hides the previous imports from pywmgeneral.
This commit is contained in:
mfrasca
2006-10-16 08:24:32 +00:00
parent 092c3a4def
commit dd13e8ad21

View File

@@ -6,7 +6,7 @@ wmgeneral.c, but some new functions are added too.
to get help about a contained package, try:
help(wmdocklib.<name>)
"""
from pywmhelpers import *
from pywmgeneral import *
from pywmhelpers import *
__all__ = []