summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorjason2012-07-21 16:33:46 -0600
committerjason2012-07-21 16:33:46 -0600
commitd79ae36d9f22c4df1b87f891150b804f036c1c7b (patch)
treedab4fe5478a4e5877a4c23040bc772c0e801f67b /settings.py
parent6019b7e376698dcb6dfdf3239388467ab4615aab (diff)
downloadwarmachine-d79ae36d9f22c4df1b87f891150b804f036c1c7b.tar.gz
warmachine-d79ae36d9f22c4df1b87f891150b804f036c1c7b.zip
Added support for unloading modules.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index d6c22a9..32200da 100644
--- a/settings.py
+++ b/settings.py
@@ -21,6 +21,8 @@ ACTIONS = (
21 'wmd.actions.modules.ReloadModule', 21 'wmd.actions.modules.ReloadModule',
22 'wmd.actions.modules.LoadModule', 22 'wmd.actions.modules.LoadModule',
23 'wmd.actions.modules.ListModules', 23 'wmd.actions.modules.ListModules',
24 'wmd.actions.modules.UnloadModule',
25
24) 26)
25 27
26try: 28try: