Disable adblock, it's incomplete and not ready for release

This commit is contained in:
Christian Dywan 2009-05-28 23:16:13 +02:00
parent 20a34d0ae7
commit 7275ea3a6a

View file

@ -7,6 +7,9 @@ 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
folder = 'extensions' + os.sep + extension
if os.path.isdir (folder):
files = os.listdir (folder)