Trebek / pydealer

A simple package containing classes/methods for constructing decks of playing cards (standard 'French deck'). Could be used for a CLI game, or even a graphical game as well.
http://pydealer.rtfd.org
GNU General Public License v3.0
78 stars 19 forks source link

Pep8 fixes and fix traling spaces #16

Closed pokoli closed 10 years ago

pokoli commented 10 years ago

I just updated it to the dev branch.

Removed trailing spaces. I also fixed some pep8 issues. Basically the ones where there is only one blank line and 2 are required, and one from overidented continuation line.