[Python-modules-commits] [impacket] 07/10: Add missing shebang.

Arnaud Fontaine arnau at moszumanska.debian.org
Thu Dec 1 06:44:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

arnau pushed a commit to branch master
in repository impacket.

commit b60ad014607c1ea17d8212fe16a143c487d57d99
Author: Sophie Brun <sophie at freexian.com>
Date:   Thu Dec 1 15:12:56 2016 +0900

    Add missing shebang.
    
    This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
    
    Patch-Name: 01_add-missing-shebang.patch
---
 examples/loopchain.py         | 2 ++
 examples/nmapAnswerMachine.py | 2 ++
 examples/os_ident.py          | 2 ++
 examples/uncrc32.py           | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/examples/loopchain.py b/examples/loopchain.py
index 6098746..9ed91cd 100755
--- a/examples/loopchain.py
+++ b/examples/loopchain.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 import time
 
 from impacket.examples import logger
diff --git a/examples/nmapAnswerMachine.py b/examples/nmapAnswerMachine.py
index 5f9e154..75f3a9e 100755
--- a/examples/nmapAnswerMachine.py
+++ b/examples/nmapAnswerMachine.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 import random
 
 import os_ident
diff --git a/examples/os_ident.py b/examples/os_ident.py
index 50767f8..695a037 100755
--- a/examples/os_ident.py
+++ b/examples/os_ident.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 #--
 # Copyright (c) 2001-2016 CORE Security Technologies, CORE SDI Inc.
 # All rights reserved.
diff --git a/examples/uncrc32.py b/examples/uncrc32.py
index f72b3ab..885d5b8 100755
--- a/examples/uncrc32.py
+++ b/examples/uncrc32.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
 # based on:
 #
 #              Reversing CRC - Theory and Practice.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/impacket.git



More information about the Python-modules-commits mailing list