debian/compat
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 08 Sep 2015 13:43:57 +0200
changeset 10652 e3e4a8c45695
parent 858 e6ae125d5903
child 11832 e8be49ecb522
permissions -rw-r--r--
[server/rql2sql] use VariableRef.is_equivalent explicitly instead of relying on __eq__ What we want to compare is the variable referenced by the VariableRef, we should make that explicit. Closes #6694406
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
858
e6ae125d5903 reorganize debian packages (Closes: #1168)
Julien Jehannet <julien.jehannet@logilab.fr>
parents: 0
diff changeset
     1
7