goa/testlib.py
changeset 444 c6f20e605b84
parent 0 b97547f5f1fa
child 518 b6003d74a600
equal deleted inserted replaced
443:3c0e9c1d645d 444:c6f20e605b84
     5 from shutil import copy
     5 from shutil import copy
     6 
     6 
     7 # additional monkey patches necessary in regular cubicweb environment
     7 # additional monkey patches necessary in regular cubicweb environment
     8 from cubicweb.server import rqlannotation
     8 from cubicweb.server import rqlannotation
     9 from cubicweb.goa.overrides import rqlannotation as goarqlannotation
     9 from cubicweb.goa.overrides import rqlannotation as goarqlannotation
    10 rqlannotation.sqlgen_annotate = goarqlannotation.sqlgen_annotate
    10 rqlannotation.SQLGenAnnotator = goarqlannotation.SQLGenAnnotator
    11 rqlannotation.set_qdata = goarqlannotation.set_qdata
    11 rqlannotation.set_qdata = goarqlannotation.set_qdata
    12 
    12 
    13 try:
    13 try:
    14     from google.appengine.api import apiproxy_stub_map
    14     from google.appengine.api import apiproxy_stub_map
    15     from google.appengine.api import datastore_file_stub
    15     from google.appengine.api import datastore_file_stub