devtools/__init__.py
brancholdstable
changeset 7095 1831c3154581
parent 7093 dccc22c60473
child 7112 bb27cc300040
equal deleted inserted replaced
7093:dccc22c60473 7095:1831c3154581
    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 
       
    20 from __future__ import with_statement
    19 
    21 
    20 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    21 
    23 
    22 import os
    24 import os
    23 import sys
    25 import sys