equal
deleted
inserted
replaced
485 t = n[-1] |
485 t = n[-1] |
486 if t in '. ': |
486 if t in '. ': |
487 return _("filename ends with '%s', which is not allowed " |
487 return _("filename ends with '%s', which is not allowed " |
488 "on Windows") % t |
488 "on Windows") % t |
489 |
489 |
490 def lookup_reg(key, name=None, scope=None): |
490 def lookupreg(key, name=None, scope=None): |
491 return None |
491 return None |
492 |
492 |
493 def hidewindow(): |
493 def hidewindow(): |
494 """Hide current shell window. |
494 """Hide current shell window. |
495 |
495 |