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:00:54 UTC

[incubator-ponymail-foal] branch master updated: Add shebang and unicode 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 25e94c3  Add shebang and unicode marker
25e94c3 is described below

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

    Add shebang and unicode marker
---
 tools/migrate.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/migrate.py b/tools/migrate.py
index 79ed7ef..980e089 100644
--- a/tools/migrate.py
+++ b/tools/migrate.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