eric6/ThirdParty/asttokens/__init__.py

Sun, 29 Nov 2020 14:10:18 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Nov 2020 14:10:18 +0100
changeset 7844
cb108454eda7
parent 7621
ffd1f00ca376
child 7923
91e843545d9a
permissions
-rw-r--r--

WebBrowserWindow: removed the use of QTextCodec to prepare the Qt6 migration.

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

# Copyright (c) 2019 - 2020 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