# HG changeset patch # User Lennard de Rijk # Date 1256321827 25200 # Node ID 09cae668b536a2dd20257f40bbddb00d977d3f3d # Parent 3c09b9396e2e8c409e2caee051b893fa062e79e6 Disabled GHOP module. Oopsie in ra223fff4cc. diff -r 3c09b9396e2e -r 09cae668b536 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 = []