goa/overrides/toolsutils.py
changeset 1977 606923dff11b
parent 0 b97547f5f1fa
child 2172 cf8f9180e63e
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 import sys
     8 import sys
     2 from cubicweb import warning
     9 from cubicweb import warning
     3 
    10 
     4 def lines(path, comments=None):
    11 def lines(path, comments=None):
     5     result = []
    12     result = []