X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/a0e384cc673304b1f33cd2b60ee0bb0e0882e8e9..refs/tags/1.2.1:/cdb-map.in diff --git a/cdb-map.in b/cdb-map.in index d478092..2bb5d5d 100644 --- a/cdb-map.in +++ b/cdb-map.in @@ -1,7 +1,8 @@ #! @PYTHON@ +### -*-python-*- from cdb import cdbmake -from sre import sub as r_sub +from re import sub as r_sub from sys import argv, stdin, stderr, exit ego = r_sub(r'^.*[/\\]', '', argv[0])