mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 12:28:10 +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:
|
to get help about a contained package, try:
|
||||||
help(wmdocklib.<name>)
|
help(wmdocklib.<name>)
|
||||||
"""
|
"""
|
||||||
from pywmhelpers import *
|
|
||||||
from pywmgeneral import *
|
from pywmgeneral import *
|
||||||
|
from pywmhelpers import *
|
||||||
|
|
||||||
__all__ = []
|
__all__ = []
|
||||||
|
|||||||
Reference in New Issue
Block a user