Disabled GHOP module.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 23 Oct 2009 11:17:07 -0700
changeset 3030 09cae668b536
parent 3029 3c09b9396e2e
child 3031 7678f72140e6
Disabled GHOP module. Oopsie in ra223fff4cc.
app/settings.py
--- a/app/settings.py	Thu Oct 22 16:01:20 2009 +0200
+++ b/app/settings.py	Fri Oct 23 11:17:07 2009 -0700
@@ -127,5 +127,5 @@
 
 MODULE_FMT = 'soc.modules.%s.callback'
 # TODO: to enable GHOP change the MODULES line have the following entries:
-MODULES = ['ghop']
-#MODULES = []
+#MODULES = ['ghop']
+MODULES = []