changed console output on init

This commit is contained in:
DJ2LS 2021-09-08 18:04:52 +02:00 committed by GitHub
parent efc6bc8ea5
commit d11932cb36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,7 @@
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
print("HALLO WELT!!!!")
print(__name__)
print(__package__)
print("running Hamlib from internal library")
from sys import version_info as _swig_python_version_info
if _swig_python_version_info < (2, 7, 0):