eric6/ThirdParty/asttokens/__init__.py

changeset 6942
2602857055c5
parent 6929
0db8a4378ad7
child 7360
9190402e4505
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric6/ThirdParty/asttokens/__init__.py	Sun Apr 14 15:09:21 2019 +0200
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2019 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__ = "1.1.13"

eric ide

mercurial