Don't depend on a specific Python 3.x version

This commit is contained in:
Crest 2022-10-26 15:27:17 +02:00
parent cb492e504a
commit 1b58f2cc9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python3.7
#!/usr/local/bin/python3
# -*- coding: utf-8 -*-
#
# (c) 2014, David Lundgren <dlundgren@syberisle.net>