From 71349a6fb76b5b6a231b77810bd2405a4f1b0848 Mon Sep 17 00:00:00 2001 From: Topilski Date: Sun, 1 Oct 2017 15:24:08 +0300 Subject: [PATCH] Python3 --- base/run_command.py | 2 +- base/system_info.py | 2 +- base/utils.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/base/run_command.py b/base/run_command.py index 130fa8b..133b2e3 100644 --- a/base/run_command.py +++ b/base/run_command.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import re import subprocess diff --git a/base/system_info.py b/base/system_info.py index e960057..b36a669 100644 --- a/base/system_info.py +++ b/base/system_info.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import platform import subprocess diff --git a/base/utils.py b/base/utils.py index 3a00880..129d17e 100644 --- a/base/utils.py +++ b/base/utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import errno import os