From c702fb147b2e259d06dfa36787e22a78d57643c4 Mon Sep 17 00:00:00 2001 From: Eijebong Date: Wed, 13 Jul 2016 18:51:08 +0200 Subject: Fix daemon.py shebang. --- poezio/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/daemon.py b/poezio/daemon.py index 6325d8df..63db2964 100755 --- a/poezio/daemon.py +++ b/poezio/daemon.py @@ -1,4 +1,4 @@ -#/usr/bin/env python3 +#!/usr/bin/env python3 # Copyright 2011 Florent Le Coz # # This file is part of Poezio. -- cgit v1.2.3