gitstats icon indicating copy to clipboard operation
gitstats copied to clipboard

Tidied up

Open nickpack opened this issue 11 years ago • 0 comments

  • Replaced all != None with not
  • Reindented everything to (almost) PEP8
  • Renamed all variables which used internal type names
  • Replaced i = i+1 with i += 1

nickpack avatar Mar 21 '13 08:03 nickpack