Blob Blame History Raw
--- doclifter	2014-03-19 01:35:17.000000000 +0100
+++ doclifter	2014-06-02 14:33:26.123133341 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 r"""
 doclifter: translate man/mdoc/ms/me/mm sources to DocBook.

--- manlifter	2014-03-19 01:35:17.000000000 +0100
+++ manlifter	2014-06-02 14:34:07.388241472 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
 #
 # Run doclifter against an entire manual tree.
 # Sees all files in section 1 through 8 by default.