configurationengine/source/cone/public/tests/unittest_mapping.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    18 import unittest
    18 import unittest
    19 import string
    19 import string
    20 import sys
    20 import sys
    21 import os
    21 import os
    22 import shutil
    22 import shutil
    23 import __init__
       
    24 
    23 
    25 from cone.public import api, exceptions, mapping
    24 from cone.public import api, exceptions, mapping
    26 
    25 
    27 class TestMapping(unittest.TestCase):
    26 class TestMapping(unittest.TestCase):
    28     def test_get_mapper(self):
    27     def test_get_mapper(self):