cubicweb/devtools/__init__.py
changeset 11767 432f87a63057
parent 11763 39df042f4ab4
child 11774 51c160677afe
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """Test tools for cubicweb"""
    18 """Test tools for cubicweb"""
       
    19 
    19 from __future__ import print_function
    20 from __future__ import print_function
    20 
       
    21 __docformat__ = "restructuredtext en"
       
    22 
    21 
    23 import os
    22 import os
    24 import sys
    23 import sys
    25 import errno
    24 import errno
    26 import logging
    25 import logging