removed support for multiple interpreters
This commit is contained in:
parent
67679017dc
commit
edc3c9975e
@ -31,7 +31,5 @@ from geo import sun
|
|||||||
__DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots.
|
__DESCRIPTION__ = """The Module {\\tt %s} is designed to \\ldots.
|
||||||
For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
|
For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_')
|
||||||
"""The Module Description"""
|
"""The Module Description"""
|
||||||
__INTERPRETER__ = (2, )
|
|
||||||
"""The Tested Interpreter-Versions"""
|
|
||||||
|
|
||||||
__all__ = ['gps', 'osm', 'sun']
|
__all__ = ['gps', 'osm', 'sun']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user