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 <[email protected]>
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