mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-11-21 22:34:48 +01:00
chore: removing traces of old library
Former-commit-id: f1a04758bd7d96e606be29fd55682306e5ec44a2
This commit is contained in:
parent
ea4d0ef075
commit
9bc9ef5e95
3 changed files with 1 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ test*
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
*.so
|
||||||
|
|
||||||
# cargo
|
# cargo
|
||||||
*.lock
|
*.lock
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
from .codemp import *
|
|
||||||
|
|
||||||
__doc__ = codemp.__doc__
|
|
||||||
if hasattr(codemp, "__all__"):
|
|
||||||
__all__ = codemp.__all__
|
|
|
@ -1 +0,0 @@
|
||||||
07324deddcc8b8e2c9b1993a8b8286fece4a42a1
|
|
Loading…
Reference in a new issue