Don't built the Tab Panel, it is not currently useful
This commit is contained in:
parent
310be08e48
commit
f50239676c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
extensions = os.listdir ('extensions')
|
||||
for extension in extensions:
|
||||
# Tab Panel isn't useful at this point
|
||||
if extension == 'tab-panel':
|
||||
continue
|
||||
folder = 'extensions' + os.sep + extension
|
||||
if os.path.isdir (folder):
|
||||
files = os.listdir (folder)
|
||||
|
|
Loading…
Reference in a new issue