glocal_config patch

This patch contains the global_config class and the global_config.ini file (located in root dir).  This patch also includes changes to tko/db.py so that rather than using tko/.database and tko/.priv_login, it reads the needed info from the global_config

travis miller





git-svn-id: http://test.kernel.org/svn/autotest/trunk@1271 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/global_config.ini b/global_config.ini
new file mode 100644
index 0000000..544c375
--- /dev/null
+++ b/global_config.ini
@@ -0,0 +1,6 @@
+[TKO]
+host: localhost
+database: tko
+db_type: mysql
+user: nobody
+password: