diff options
| author | jason | 2012-07-21 16:33:46 -0600 |
|---|---|---|
| committer | jason | 2012-07-21 16:33:46 -0600 |
| commit | d79ae36d9f22c4df1b87f891150b804f036c1c7b (patch) | |
| tree | dab4fe5478a4e5877a4c23040bc772c0e801f67b /settings.py | |
| parent | 6019b7e376698dcb6dfdf3239388467ab4615aab (diff) | |
| download | warmachine-d79ae36d9f22c4df1b87f891150b804f036c1c7b.tar.gz warmachine-d79ae36d9f22c4df1b87f891150b804f036c1c7b.zip | |
Added support for unloading modules.
Diffstat (limited to 'settings.py')
| -rw-r--r-- | settings.py | 2 |
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 | ||
| 26 | try: | 28 | try: |