summaryrefslogtreecommitdiffstats
path: root/overview.py
diff options
context:
space:
mode:
Diffstat (limited to 'overview.py')
-rwxr-xr-xoverview.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/overview.py b/overview.py
index ae5ddc7..838854a 100755
--- a/overview.py
+++ b/overview.py
@@ -22,8 +22,8 @@ from lib import *
FONT = 'Inconsolata'
FONTDEF = map(lambda switch: '-' + switch + 'fontname=' + FONT, "GNE")
-BLACKLIST = ()
-#BLACKLIST = (Daemon,)
+BLACKLIST = []
+#BLACKLIST = [Daemon]
OUTPUT = splitext(__file__)[0]