From 6b2fa38f61e6f3160364524438c27e68a84a34c9 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Mon, 11 Nov 2013 10:00:19 +0100 Subject: [PATCH] adding python3 headers --- deltatar/deltatar.py | 2 +- filesplit.py | 2 +- rescue_tar.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deltatar/deltatar.py b/deltatar/deltatar.py index eb4f6f5..9bc7f62 100644 --- a/deltatar/deltatar.py +++ b/deltatar/deltatar.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2013 Intra2net AG # diff --git a/filesplit.py b/filesplit.py index 7f5a412..1be0152 100644 --- a/filesplit.py +++ b/filesplit.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2013 Intra2net AG # diff --git a/rescue_tar.py b/rescue_tar.py index 906fc27..7ff1f55 100644 --- a/rescue_tar.py +++ b/rescue_tar.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2013 Intra2net AG # -- 1.7.1