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

commit 49162867e63509a39832a969e72fbcca0bac06d1
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Jun 3 12:02:12 2021 +0200

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

diff --git a/server/plugins/formdata.py b/server/plugins/formdata.py
index e6a399f..101ff72 100644
--- a/server/plugins/formdata.py
+++ b/server/plugins/formdata.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