server/msplanner.py
changeset 1977 606923dff11b
parent 1786 eccd1885d42e
child 2075 933ccfce6e91
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
    68      enough (optimization of the sql querier will avoid join on CWUser, so we
    68      enough (optimization of the sql querier will avoid join on CWUser, so we
    69      will directly get local eids)
    69      will directly get local eids)
    70 
    70 
    71 
    71 
    72 :organization: Logilab
    72 :organization: Logilab
    73 :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    73 :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    74 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    74 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    75 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    75 """
    76 """
    76 __docformat__ = "restructuredtext en"
    77 __docformat__ = "restructuredtext en"
    77 
    78 
    78 from itertools import imap, ifilterfalse
    79 from itertools import imap, ifilterfalse
    79 
    80