.hgignore
author Florent Cayré <florent.cayre@logilab.fr>
Wed, 11 Apr 2012 14:43:51 +0200
changeset 8366 6599f69bb846
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
fix ``call_service`` API and add test service API ``call_service`` was taking a session argument. But Service is an AppoObject and already has the same session accessible as ``self._cw``.

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$
\.old$
syntax: regexp
.*/data/database/.*\.sqlite
.*/data/database/.*\.config
.*/data/database/tmpdb.*
.*/data/ldapdb/.*
^doc/html/
^doc/doctrees/
^doc/book/en/devweb/js_api/