First support for themeing.
First support for themeing.
diff --git a/.modules.py.swp b/.modules.py.swp
index c18f1c9..449e01b 100644
Binary files a/.modules.py.swp and b/.modules.py.swp differ
diff --git a/modules.py b/modules.py
index 9090b8b..7232d85 100644
--- a/modules.py
+++ b/modules.py
@@ -3,10 +3,11 @@ import os
import os.path
from hooks import *
+from themes import *
MODS_DIR = "modules"
modules = {}
-exports = ['hook', 'intercept']
+exports = ['hook', 'intercept','themeable','theme']
@hook
def module_load(name):