exaviorn / RasPiWrite

A Python Script that prepairs and installs a Raspberry Pi compatiable distro to an SD Card
exaviorn.com/raspiwrite
GNU General Public License v3.0
209 stars 130 forks source link

Replace tabs with spaces #41

Closed appcove closed 2 years ago

appcove commented 12 years ago

Hello,

I fixed a couple of parse errors (missing colons, indent), and replaced tabs with spaces. I also added a vim modeline to the top to enforce spaces (when using vim).

Please consider pulling.