ldgen: rename common module

This commit is contained in:
Renz Christian Bagaporo 2019-04-13 08:59:32 +08:00
parent 6a323a6d7c
commit 7150ac61cd
3 changed files with 2 additions and 2 deletions

View 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():

View file

@ -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