From 0affe19304b96332c5c1ff36373203216a35ec07 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 15 Mar 2012 16:03:57 +0100 Subject: Remove more unnecessary shebang lines in python files. Autobuild-User: Jelmer Vernooij Autobuild-Date: Fri Mar 16 02:48:52 CET 2012 on sn-devel-104 --- source4/librpc/rpc/dcerpc.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/rpc/dcerpc.py b/source4/librpc/rpc/dcerpc.py index 73db9e3172..830720cde0 100644 --- a/source4/librpc/rpc/dcerpc.py +++ b/source4/librpc/rpc/dcerpc.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Unix SMB/CIFS implementation. # Copyright (C) Jelmer Vernooij 2008 # -- cgit