]> granicus.if.org Git - esp-idf/commitdiff
ldgen: rename common module
authorRenz Christian Bagaporo <renz@espressif.com>
Sat, 13 Apr 2019 00:59:32 +0000 (08:59 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Sat, 13 Apr 2019 00:59:32 +0000 (08:59 +0800)
tools/ldgen/generation.py
tools/ldgen/ldgen.py
tools/ldgen/ldgen_common.py [moved from tools/ldgen/common.py with 100% similarity]

index 0998a4eb62abe3250aa7ae33527d510bf8e07467..929870e0458d8042e95531c3c241169abda0a60b 100644 (file)
@@ -22,7 +22,7 @@ import fnmatch
 from fragments import Sections, Scheme, Mapping, Fragment
 from pyparsing import Suppress, White, ParseException, Literal, Group, ZeroOrMore
 from pyparsing import Word, OneOrMore, nums, alphanums, alphas, Optional, LineEnd, printables
-from common import LdGenFailure
+from ldgen_common import LdGenFailure
 
 
 class PlacementRule():
index 7f49440e48178e77dcb83ce1d63fde2b90c9f2a0..390dd653c9337fa81a4c98d8ff52701aade2edf2 100755 (executable)
@@ -22,7 +22,7 @@ import tempfile
 from fragments import FragmentFile
 from sdkconfig import SDKConfig
 from generation import GenerationModel, TemplateModel, SectionsInfo
-from common import LdGenFailure
+from ldgen_common import LdGenFailure
 from pyparsing import ParseException, ParseFatalException