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