From 01b56919ca5d11f6767df66c676ff72eb524e136 Mon Sep 17 00:00:00 2001 From: fpdb-mme Date: Mon, 2 Nov 2009 08:40:34 +0100 Subject: [PATCH] we take all tags from xml instead of taking all tags contained in added a note on this --- pyfpdb/Configuration.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 10cd72b0..85aa392b 100755 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -388,6 +388,8 @@ class Config: # 1) command line option # or 2) selected="True" in config element # or 3) just choose the first we come across + #TODO: do we want to take all tags or all tags contained in + # ..this may break stuff for some users. so leave it unchanged for now untill there is a decission for db_node in doc.getElementsByTagName("database"): try: db = Database(node = db_node)