chiark / gitweb /
cdb-*: Fixing for Python 2.5.
[misc] / cdb-map.in
index d478092536e90c5f0d10e1e0550aa0d987132e75..2bb5d5d9595bc6d967ee294af8ca6921f44713bd 100644 (file)
@@ -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])