]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Xml/IniToXml.py
BaseTools/UPT: Update the import statement to use StringUtils
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Xml / IniToXml.py
index 037471056d81fc40b8053c91e3325e4fddb71d2e..aa6f23011b17e805dccbcdc827a39f71b5bdf14c 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is for converting package information data file to xml file.\r
 #\r
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -30,7 +30,7 @@ from Library.DataType import TAB_EQUAL_SPLIT
 from Library.DataType import TAB_SECTION_START\r
 from Library.DataType import TAB_SECTION_END\r
 from Logger import StringTable as ST\r
-from Library.String import ConvertSpecialChar\r
+from Library.StringUtils import ConvertSpecialChar\r
 from Library.ParserValidate import IsValidPath\r
 from Library import GlobalData\r
 \r