Description: Fix shebang line
Author: Luca Falavigna <dktrkranz@debian.org>
Forwarded: http://bazaar.launchpad.net/~gtg/gtg/trunk/revision/1087
Index: gtg-0.2.9/GTG/tools/networkmanager.py
===================================================================
--- gtg-0.2.9.orig/GTG/tools/networkmanager.py 2012-02-08 20:58:45.000000000 +0100
+++ gtg-0.2.9/GTG/tools/networkmanager.py 2012-02-17 08:58:06.178165063 +0100
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by