# HG changeset patch # User Sylvain Thénault # Date 1451902350 -3600 # Node ID b7f8d2ee6532446f8b32c47e6a82cc35a2864ecf # Parent 3c1139344621649144edd991b0e52d6d70ea36fb clean some remaining dust from goa time diff -r 3c1139344621 -r b7f8d2ee6532 cwconfig.py --- a/cwconfig.py Wed Jan 06 08:58:43 2016 +0100 +++ b/cwconfig.py Mon Jan 04 11:12:30 2016 +0100 @@ -602,7 +602,7 @@ cls.cls_adjust_sys_path() for ctlfile in ('web/webctl.py', 'etwist/twctl.py', 'server/serverctl.py', - 'devtools/devctl.py', 'goa/goactl.py'): + 'devtools/devctl.py',): if exists(join(CW_SOFTWARE_ROOT, ctlfile)): try: load_module_from_file(join(CW_SOFTWARE_ROOT, ctlfile)) diff -r 3c1139344621 -r b7f8d2ee6532 doc/tools/pyjsrest.py --- a/doc/tools/pyjsrest.py Wed Jan 06 08:58:43 2016 +0100 +++ b/doc/tools/pyjsrest.py Mon Jan 04 11:12:30 2016 +0100 @@ -152,7 +152,6 @@ 'cubicweb.fckcwconfig.js', 'cubicweb.fckcwconfig-full.js', - 'cubicweb.goa.js', 'cubicweb.compat.js', ]) diff -r 3c1139344621 -r b7f8d2ee6532 web/data/cubicweb.goa.js --- a/web/data/cubicweb.goa.js Wed Jan 06 08:58:43 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -/** - * functions specific to cubicweb on google appengine - * - * :organization: Logilab - * :copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. - * :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr - */ - -/** - * .. function:: rql_for_eid(eid) - * - * overrides rql_for_eid function from htmlhelpers.hs - */ -function rql_for_eid(eid) { - return 'Any X WHERE X eid "' + eid + '"'; -}