From e194128ac1ff9704514b133d6043ec2e99eb881d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 14 Jun 2012 03:01:06 +0100 Subject: [PATCH] tiocnotty: switch to python3 --- tiocnotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiocnotty b/tiocnotty index 1324d3a..715f8ee 100755 --- a/tiocnotty +++ b/tiocnotty @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python3 import fcntl import os -- 2.30.2