summaryrefslogtreecommitdiff
path: root/examples/treeview/barchart_and_piechart_faces.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/treeview/barchart_and_piechart_faces.py')
-rwxr-xr-xexamples/treeview/barchart_and_piechart_faces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/treeview/barchart_and_piechart_faces.py b/examples/treeview/barchart_and_piechart_faces.py
index 63c9556..bd2a117 100755
--- a/examples/treeview/barchart_and_piechart_faces.py
+++ b/examples/treeview/barchart_and_piechart_faces.py
@@ -2,7 +2,7 @@ import sys
import random
from ete3 import Tree, faces, TreeStyle, COLOR_SCHEMES
-schema_names = COLOR_SCHEMES.keys()
+schema_names = list(COLOR_SCHEMES.keys())
def layout(node):
if node.is_leaf():