gedit-source-code-browser icon indicating copy to clipboard operation
gedit-source-code-browser copied to clipboard

Add __all__ to files

Open MinekPo1 opened this issue 4 years ago • 0 comments

Added __all__ lists to:

  • __init__.py
  • plugin.py

Why is this important? It makes python not include built-ins and librares.

MinekPo1 avatar Jul 16 '20 16:07 MinekPo1