gfedorkow / Whirlwind-Instruction-Simulator

Simulator for 1950's MIT Whirlwind Computer
MIT License
11 stars 3 forks source link

Make wwsim a python module #2

Closed tmfink closed 4 years ago

tmfink commented 4 years ago

You need a __init_.py for a directory to be recognized as a module.

Now you can use pylint to lint the code:

pylint wwsim
gfedorkow commented 4 years ago

adding travis's suggestion

gfedorkow commented 4 years ago

merge travis's change

gfedorkow commented 4 years ago

this time with help, thanks @tmfink !