diff options
| author | jason | 2012-07-21 23:19:39 -0600 |
|---|---|---|
| committer | jason | 2012-07-21 23:19:39 -0600 |
| commit | 54b3d6b94a807a9c1bce0b81d991e75ba630a071 (patch) | |
| tree | 248851f13e39b5736a06baab7ceb36febe483239 | |
| parent | f76d2e16c0f9cf55f80304962883f1ebf22802c4 (diff) | |
| download | warmachine-54b3d6b94a807a9c1bce0b81d991e75ba630a071.tar.gz warmachine-54b3d6b94a807a9c1bce0b81d991e75ba630a071.zip | |
enable googlesearch module by default.
| -rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 32200da..2e82ee3 100644 --- a/settings.py +++ b/settings.py | |||
| @@ -22,6 +22,7 @@ ACTIONS = ( | |||
| 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', | 24 | 'wmd.actions.modules.UnloadModule', |
| 25 | 'wmd.actions.google.GoogleSearch', | ||
| 25 | 26 | ||
| 26 | ) | 27 | ) |
| 27 | 28 | ||