configurationengine/source/cone/confml/tests/unittest_implml.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 import unittest
    17 import unittest
    18 import os
    18 import os
    19 import __init__
       
    20 from cone.public.exceptions import NotSupportedException
    19 from cone.public.exceptions import NotSupportedException
    21 
    20 
    22 from cone.confml import implml
    21 from cone.confml import implml
    23 ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
    22 ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
    24 
    23