configurationengine/source/plugins/symbian/ConeHCRPlugin/hcrplugin/tests/unittest_read_write_repository.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    40 """
    40 """
    41 
    41 
    42 import unittest
    42 import unittest
    43 import os, shutil, random
    43 import os, shutil, random
    44 import sys
    44 import sys
    45 import __init__
       
    46 
    45 
    47 ROOT_PATH = os.path.abspath(os.path.dirname(__file__))
    46 ROOT_PATH = os.path.abspath(os.path.dirname(__file__))
    48 
    47 
    49 from testautomation.utils import hex_to_bindata
    48 from testautomation.utils import hex_to_bindata
    50 
    49