author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 27 Sep 2016 12:28:39 +0200 | |
changeset 11734 | 7e2c2354dc99 |
parent 11733 | 1913a3e8816a |
child 11735 | 7a170207acbf |
--- a/cubicweb/server/sources/rql2sql.py Thu Sep 22 16:21:51 2016 +0200 +++ b/cubicweb/server/sources/rql2sql.py Tue Sep 27 12:28:39 2016 +0200 @@ -47,8 +47,6 @@ .. _Comparison of different SQL implementations: http://www.troels.arvin.dk/db/rdbms """ -__docformat__ = "restructuredtext en" - import threading from six import PY2