projects
/
mdis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ad126
)
__init__: remove deprecated core module
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Sun, 18 Jun 2023 18:41:07 +0000
(21:41 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Sun, 18 Jun 2023 18:42:08 +0000
(21:42 +0300)
src/mdis/__init__.py
patch
|
blob
|
history
diff --git
a/src/mdis/__init__.py
b/src/mdis/__init__.py
index 375a9f617ae7f74de743585bf9c9fa1abe433438..2cb69b6b55206e81853ad539a1984e45a88f8bd4 100644
(file)
--- a/
src/mdis/__init__.py
+++ b/
src/mdis/__init__.py
@@
-9,7
+9,6
@@
__maintainer__ = "Dmitry Selyutin"
__email__ = "ghostmansd@gmail.com"
__status__ = "Prototype"
__all__ = [
- "core",
"dispatcher",
"visitor",
"walker",