eric6/ThirdParty/asttokens/__init__.py

Wed, 30 Dec 2020 11:00:05 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 30 Dec 2020 11:00:05 +0100
changeset 7923
91e843545d9a
parent 7621
ffd1f00ca376
permissions
-rw-r--r--

Updated copyright for 2021.

# -*- coding: utf-8 -*-

# Copyright (c) 2019 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package containing the asttoken package.

This is a package to annotate AST trees with source code positions. The code
is modified to not depend on 'six'.
"""

__version__ = "2.0.4"

eric ide

mercurial