Blob Blame History Raw
--- doclifter	2014-03-19 01:35:17.000000000 +0100
+++ doclifter	2014-06-02 14:33:26.123133341 +0200
@@ -1,3 +1,3 @@
-#!/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/env python2
+#!/usr/bin/python3
 #
 # Note: this code is Python 3 ready, but trips over Debian bug 764848.
 # In Python 3.4.3, subprocess.getstatusoutput() returns an incorrect