configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/unittest_confflattener.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 import unittest, os, shutil
    17 import unittest, os
    18 import copy
    18 import copy
    19 
    19 
    20 import __init__	
       
    21 from genconfmlplugin import confflattener
    20 from genconfmlplugin import confflattener
    22 from cone.public import exceptions,plugin,api
    21 from cone.public import api
    23 from cone.storage import filestorage
    22 from cone.storage import filestorage
    24 from cone.confml import implml
       
    25 
    23 
    26 # Hardcoded value of testdata folder that must be under the current working dir
    24 # Hardcoded value of testdata folder that must be under the current working dir
    27 ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
    25 ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
    28 testdata  = os.path.join(ROOT_PATH,'project')
    26 testdata  = os.path.join(ROOT_PATH,'project')
    29 try:
    27 try: