Remove SQL password from import.py.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 15 Jun 2009 09:53:40 +0000 (11:53 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Mon, 15 Jun 2009 09:58:53 +0000 (11:58 +0200)
import.py

index 58205ac59deba2d7d07fbcf24784736ca807a463..4d97d747184e31dbe33ffaeb96d519ea40688b2e 100644 (file)
--- a/import.py
+++ b/import.py
@@ -11,7 +11,7 @@ from datetime import datetime
 
 conn = MySQLdb.connect(
     user = 'ee_inschrijving',
-    passwd = '3c6b362d17aa96d132544fb63f7c8b74',
+    passwd = '',
     db = 'ee_inschrijving',
     charset = 'latin1',
 )