diff --git a/pywmdockapps/__init__.py b/pywmdockapps/__init__.py index b07a75a..04d3c4a 100644 --- a/pywmdockapps/__init__.py +++ b/pywmdockapps/__init__.py @@ -5,7 +5,8 @@ in python. It is a wrapper around the functions from wmgeneral.c. To get help about a contained package, try: help(pywmdockapps.) """ -from .pywmgeneral import * from .pywmhelpers import * +from .pywmgeneral import * +from .pywmhelpers import * # __all__ controls what 'from pywmdockapps import *' pulls in. # If you want users to see 'pywmgeneral' and 'pywmhelpers' too, add them here.