configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/unittest_confflattener.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/unittest_confflattener.py	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/unittest_confflattener.py	Tue Aug 10 14:29:28 2010 +0300
@@ -14,14 +14,12 @@
 # Description: 
 #
 
-import unittest, os, shutil
+import unittest, os
 import copy
 
-import __init__	
 from genconfmlplugin import confflattener
-from cone.public import exceptions,plugin,api
+from cone.public import api
 from cone.storage import filestorage
-from cone.confml import implml
 
 # Hardcoded value of testdata folder that must be under the current working dir
 ROOT_PATH = os.path.dirname(os.path.abspath(__file__))