Enable building of the Tab Panel again

This commit is contained in:
Christian Dywan 2009-06-20 23:46:49 +02:00
parent dd04e8cfc1
commit 1937a7785c

View file

@ -6,9 +6,6 @@ import os
extensions = os.listdir ('extensions')
for extension in extensions:
# Tab Panel isn't useful at this point
if extension == 'tab-panel':
continue
# Adblock is incomplete and not ready for release
if extension == 'adblock.c':
continue