test/unittest_cwctl.py
changeset 6632 78878f5a8166
parent 6631 26c303c3f1aa
child 9639 74b3db5bb41d
equal deleted inserted replaced
6631:26c303c3f1aa 6632:78878f5a8166
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 """
       
    19 
       
    20 """
       
    21 import sys
    18 import sys
    22 import os
    19 import os
    23 from os.path import join
    20 from os.path import join
    24 from cStringIO import StringIO
    21 from cStringIO import StringIO
    25 from logilab.common.testlib import TestCase, unittest_main
    22 from logilab.common.testlib import TestCase, unittest_main