This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 0812bb3  Add shebang and utf marker
0812bb3 is described below

commit 0812bb372013a3a709f01c5d6a8dcf812860156d
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Jun 3 12:01:27 2021 +0200

    Add shebang and utf marker
---
 server/plugins/background.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/plugins/background.py b/server/plugins/background.py
index 2c0bde4..f7b27e9 100644
--- a/server/plugins/background.py
+++ b/server/plugins/background.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

Reply via email to