projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d16eb21
)
Remove SQL password from import.py.
author
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Mon, 15 Jun 2009 09:53:40 +0000
(11:53 +0200)
committer
Matthijs Kooijman
<m.kooijman@student.utwente.nl>
Mon, 15 Jun 2009 09:58:53 +0000
(11:58 +0200)
import.py
patch
|
blob
|
history
diff --git
a/import.py
b/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',
)