-from match import Match
+from zzipdoc.match import Match
def markup_link_syntax(text):
""" markup the link-syntax ` => somewhere ` in the text block """
-from match import Match
+from zzipdoc.match import Match
import string
class dbk2htm_conversion:
#! /usr/bin/env python
# -*- coding: UTF-8 -*-
-from match import Match
+from zzipdoc.match import Match
class DocbookDocument:
""" binds some xml content page with additional markup - in this
-from match import Match
+from zzipdoc.match import Match
class FunctionHeader:
""" parsing the comment block that is usually presented before
-from options import *
-from match import Match
+from zzipdoc.options import *
+from zzipdoc.match import Match
class FunctionListHtmlPage:
""" The main part here is to create a TOC (table of contents) at the
#! /usr/bin/env python
# -*- coding: UTF-8 -*-
-from match import Match
-from htm2dbk import *
+from zzipdoc.match import Match
+from zzipdoc.htm2dbk import *
class FunctionListReference:
""" Creating a docbook-style <reference> list of <refentry> parts
-from match import Match
+from zzipdoc.match import Match
class FunctionPrototype:
""" takes a single function prototype line (cut from some source file)
present in the world of docbook-to-anything converters. """
from datetime import date
-import match
+from zzipdoc.match import Match
import sys
-m = match.Match
+m = Match
class htm2dbk_conversion_base:
regexlist = [
#! /usr/bin/env python
# -*- coding: UTF-8 -*-
-from match import Match
+from zzipdoc.match import Match
class HtmlDocument:
""" binds some html content page with additional markup - in this
# @creator (C) 2003 Guido U. Draheim
# @license http://creativecommons.org/licenses/by-nc-sa/2.0/de/
-from match import Match
+from zzipdoc.match import Match
# use as o.optionname to check for commandline options.
class Options:
-from match import Match
+from zzipdoc.match import Match
class TextFileHeader:
""" scan for a comment block at the source file start and fill the