From: Eduardo Robles Elvira Date: Mon, 11 Nov 2013 09:00:19 +0000 (+0100) Subject: adding python3 headers X-Git-Tag: v2.2~75 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=6b2fa38f61e6f3160364524438c27e68a84a34c9;p=python-delta-tar adding python3 headers --- 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 #