예제 #1
0
파일: map_info_rdr.py 프로젝트: ahmdk/xed
def _msgb(b, s=''):
    genutil.msgb(b, s)
예제 #2
0
파일: ildutil.py 프로젝트: xelxebar/xed
def ild_warn(msg):
    genutil.msgb("ILD_PARSER WARNING", msg)
예제 #3
0
파일: ild.py 프로젝트: xelxebar/xed
 def err(self, msg):
     self.legal = False
     genutil.warn("ILD_PARSER PATTERN ERROR: {}\n\nPattern:\n{}\n".format(
         msg, self))
     genutil.msgb("ILD_PARSER ERROR", msg)
     genutil.msgb("ILD_PARSER", "ABORTED ILD generation")