From 6bddf45246be4ed1b5dfb230847c65ea37b21233 Mon Sep 17 00:00:00 2001
From: "debacle@debian.org" <debacle@debian.org>
Date: Fri, 11 Dec 2015 00:26:40 +0100
Subject: Adds the Python interpreter shebang line to modpython_frontend.py.

---
 trac/web/modpython_frontend.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/trac/web/modpython_frontend.py b/trac/web/modpython_frontend.py
index da2f053..9df5dbc 100644
--- a/trac/web/modpython_frontend.py
+++ b/trac/web/modpython_frontend.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2004-2009 Edgewall Software
