From f34aa0103d47594ab2f6224c04c7d4bcdf2a2390 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 29 Aug 2021 00:29:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20use=20python3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check_dir_empty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_dir_empty b/check_dir_empty index efaaed2..0e7c189 100755 --- a/check_dir_empty +++ b/check_dir_empty @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from __future__ import division, print_function import argparse import os