server/msplanner.py
branch894685124c68
changeset 1200 0d12d4371d11
parent 1124 5548b608b7d9
child 1228 91ae10ffb611
equal deleted inserted replaced
1199:7fa66717175b 1200:0d12d4371d11
    47      from system source, that's enough (optimization of the sql querier
    47      from system source, that's enough (optimization of the sql querier
    48      will avoid join on EUser, so we will directly get local eids)
    48      will avoid join on EUser, so we will directly get local eids)
    49 
    49 
    50 
    50 
    51 :organization: Logilab
    51 :organization: Logilab
    52 :copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    52 :copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    53 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    53 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    54 """
    54 """
    55 __docformat__ = "restructuredtext en"
    55 __docformat__ = "restructuredtext en"
    56 
    56 
    57 from copy import deepcopy
    57 from copy import deepcopy