Removed old _gui property
This commit is contained in:
parent
eeb15453d0
commit
d12fd3e02c
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ class BaseExtension:
|
|||
) # Key: Full, Python-safe ID. Val: Original rule, and view class
|
||||
self._rules = {} # Key: Original rule. Val: View class
|
||||
self._meta = {} # Extra metadata to add to the extension description
|
||||
self._gui = None
|
||||
|
||||
self._cls = str(self) # String description of extension instance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue