diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-23 01:59:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-23 01:59:22 +0000 |
commit | ba8ae1c6bd3a50d5ae4835adb82d2ff9bb9f5097 (patch) | |
tree | 4bd74120f27999c9a1684855a5e69a0a8d82efbc /crudini-py3.patch | |
parent | 5fa098ae27f7ef70f0c67ccaaa4de1e9b29fb98b (diff) |
automatic import of crudiniopeneuler20.03
Diffstat (limited to 'crudini-py3.patch')
-rw-r--r-- | crudini-py3.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crudini-py3.patch b/crudini-py3.patch new file mode 100644 index 0000000..3f94387 --- /dev/null +++ b/crudini-py3.patch @@ -0,0 +1,9 @@ +diff -Naur crudini-0.9.3/crudini.py crudini-0.9.3.new/crudini.py +--- crudini-0.9.3/crudini.py 2016-12-13 20:14:56.000000000 +0000 ++++ crudini-0.9.3.new/crudini.py 2019-02-20 08:16:34.470569740 +0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + # -*- coding: utf-8 -*- + # vim:fileencoding=utf8 + # |