server/test/unittest_multisources.py
changeset 1977 606923dff11b
parent 1955 6539ce84f043
child 2072 8008e8812d76
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
       
     1 """
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     1 from os.path import dirname, join, abspath
     8 from os.path import dirname, join, abspath
     2 from datetime import datetime, timedelta
     9 from datetime import datetime, timedelta
     3 
    10 
     4 from logilab.common.decorators import cached
    11 from logilab.common.decorators import cached
     5 
    12