Fix build error with scons-4.4.0 version which is based on python3
[platform/upstream/iotivity.git] / build_common / iotivityconfig / compiler / default_configuration.py
index ed90f40..76f000d 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 # ------------------------------------------------------------------------
 
-from configuration import Configuration
+from .configuration import Configuration
 
 # Default (very simple) compiler configuration
 class DefaultConfiguration(Configuration):