From: Floris Bruynooghe <flub@devork.be>
Date: Fri, 18 Jun 2021 13:32:35 +0200
Subject: Remove unneeded hash-bang line

Forwarded: no
Last-Update: 2011-07-21

The main.py module is the entrypoint of omniidl and for some reason
shipped with a hash-bang line upstream, even tough a binary wrapper is
created at install time.

Debian policy doesn't like hash-bang lines in normal modules however,
so we remove this.
---
 src/tool/omniidl/python/omniidl/main.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tool/omniidl/python/omniidl/main.py b/src/tool/omniidl/python/omniidl/main.py
index 3f86fcc..dc6aed5 100644
--- a/src/tool/omniidl/python/omniidl/main.py
+++ b/src/tool/omniidl/python/omniidl/main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- python -*-
 #                           Package   : omniidl
 # main.py                   Created on: 1999/11/05
