]> granicus.if.org Git - python/commit
Fix some style nits:
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 13 Mar 2007 05:31:38 +0000 (05:31 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 13 Mar 2007 05:31:38 +0000 (05:31 +0000)
commit75c7c80ee5838a967abf815c08b60ef1eadc42d1
treedd3021d09fcc16ea57b16ca96439ab08b93476c5
parent1ff06c7fc8c0ee966de0fe8757b453b911f30c96
Fix some style nits:
  * lines too long
  * wrong indentation
  * space after a function name
  * wrong function name in error string
  * simplifying some logic

Also add an error check to PyDict_SetItemString.
Python/import.c