aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2015-01-01 01:01:34 +0200
committerkongr45gpen <kongr45gpen@helit.org>2015-01-01 01:01:34 +0200
commit975a58985eb290d4bad05c62941a7aef95975e2d (patch)
tree3feb99fc90afeb9f153b87eea9e5ba590b55916e /__init__.py
parent82714999b1160f710ff8dfa315dcd5cac0a98547 (diff)
downloadsupybot_github-975a58985eb290d4bad05c62941a7aef95975e2d.tar.gz
supybot_github-975a58985eb290d4bad05c62941a7aef95975e2d.tar.bz2
supybot_github-975a58985eb290d4bad05c62941a7aef95975e2d.zip
Reload themes when the plugin gets reloaded
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
index 9cd0dd5..fb4bc64 100644
--- a/__init__.py
+++ b/__init__.py
@@ -35,6 +35,7 @@ import local.handler.IssueHandler
import local.handler.StatusHandler
import local.handler.TravisHandler
import local.handler.IssueCommentHandler
+import local.theme
import local.utility
import local.globals
reload(RequestHandler)
@@ -44,6 +45,9 @@ reload(local.handler.IssueHandler)
reload(local.handler.StatusHandler)
reload(local.handler.TravisHandler)
reload(local.handler.IssueCommentHandler)
+reload(local.theme.CompactTheme)
+reload(local.theme.DefaultTheme)
+reload(local.theme.Theme)
reload(local.utility)
reload(local.globals)

© 2014-2024 Faster IT GmbH | imprint | privacy policy