diff options
-rwxr-xr-x | poezio/daemon.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <louiz@louiz.org> # # This file is part of Poezio. |