24 lines
670 B
Diff
24 lines
670 B
Diff
From 6deba9b85bc9d5eb4f297ea305bcddfbad0060e1 Mon Sep 17 00:00:00 2001
|
|
From: Stephan Bergmann <sbergman@redhat.com>
|
|
Date: Tue, 3 Jul 2018 09:30:37 +0200
|
|
Subject: [PATCH] Adapt to Python 3
|
|
|
|
Change-Id: I7c44c23810a79242ec5ddf52a316b4bba7d838ce
|
|
---
|
|
solenv/bin/pack_images.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/solenv/bin/pack_images.py b/solenv/bin/pack_images.py
|
|
index 0f493c8f3035..b66ea34e731c 100755
|
|
--- a/solenv/bin/pack_images.py
|
|
+++ b/solenv/bin/pack_images.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
|
|
#
|
|
--
|
|
2.17.1
|
|
|