diff --git a/stodle/__init__.py b/stodle/__init__.py index 1ee2a6c..418ca1d 100644 --- a/stodle/__init__.py +++ b/stodle/__init__.py @@ -1 +1,8 @@ -import stodle +""" +stodle + +small package to keep windows running +""" + + +from stodle.core import * \ No newline at end of file diff --git a/stodle/__init__.pyc b/stodle/__init__.pyc index 4e329ae..7e72659 100644 Binary files a/stodle/__init__.pyc and b/stodle/__init__.pyc differ diff --git a/stodle/core.py b/stodle/core.py index 449dca9..b72a1fd 100644 --- a/stodle/core.py +++ b/stodle/core.py @@ -1,7 +1,7 @@ """ stodle -small module to keep windows running +small package to keep windows running """ from win32api import GetTickCount, GetLastInputInfo diff --git a/stodle/stodle.pyc b/stodle/core.pyc similarity index 70% rename from stodle/stodle.pyc rename to stodle/core.pyc index 5179753..2e04305 100644 Binary files a/stodle/stodle.pyc and b/stodle/core.pyc differ