misc/scripts/ldapuser2ldapfeed.py
changeset 9492 c7fc56eecd1a
parent 9267 24d9b86dfa54
child 10366 38c7598b5c61
--- a/misc/scripts/ldapuser2ldapfeed.py	Thu Jan 30 18:04:59 2014 +0100
+++ b/misc/scripts/ldapuser2ldapfeed.py	Tue Feb 04 15:29:29 2014 +0100
@@ -90,7 +90,7 @@
 source_ent.cw_set(type=u"ldapfeed", parser=u"ldapfeed")
 
 
-if raw_input('Commit ?') in 'yY':
+if raw_input('Commit?') in 'yY':
     print 'committing'
     commit()
 else: