Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Alley <dalley@redhat.com>2020-12-23 07:42:16 +0300
committerLukáš Hrázký <lukkash@email.cz>2021-02-01 12:43:45 +0300
commitf25e8f4d306b9d42956fd81c94a4009ea73625b8 (patch)
treed6aec4525c62a3dabcfaf16af5cf06821dda144e /utils/gen_rst.py
parent4ddc89a5372419f2ba649e085f94ec010e839a5a (diff)
Drop Python 2 support
closes #195
Diffstat (limited to 'utils/gen_rst.py')
-rwxr-xr-xutils/gen_rst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_rst.py b/utils/gen_rst.py
index 257b002..63db49b 100755
--- a/utils/gen_rst.py
+++ b/utils/gen_rst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import sys
import re