You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/06/03 10:01:58 UTC

[incubator-ponymail-foal] branch master updated: Add shebang+marker

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 beb1026  Add shebang+marker
beb1026 is described below

commit beb1026e8d7fdfece415a14dd0cfa721ea4f3117
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Jun 3 12:01:49 2021 +0200

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

diff --git a/server/plugins/configuration.py b/server/plugins/configuration.py
index dfb6c70..7a89d78 100644
--- a/server/plugins/configuration.py
+++ b/server/plugins/configuration.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