From edc3c9975ec723abf81e9ba52b4012f4674f3ac5 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 17 Aug 2025 14:32:55 +0200 Subject: [PATCH] removed support for multiple interpreters --- __init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/__init__.py b/__init__.py index 5133efe..f6b2b66 100644 --- a/__init__.py +++ b/__init__.py @@ -31,7 +31,5 @@ from geo import sun __DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots. For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_') """The Module Description""" -__INTERPRETER__ = (2, ) -"""The Tested Interpreter-Versions""" __all__ = ['gps', 'osm', 'sun']