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:
@@ -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__ = []
|
||||
|
||||
Reference in New Issue
Block a user