jparise / python-reloader

Dependency-based Python Module Reloader
http://www.indelible.org/ink/python-reloading/
MIT License
135 stars 27 forks source link

Reloader does not expose "interval" parameter to developer #1

Closed pcdinh closed 13 years ago

pcdinh commented 13 years ago

Reloader creates an instance of ModuleMonitor but ModuleMonitor's interval parameter is not exposed

I created a patch here https://github.com/pcdinh/python-reloader/commit/cdf11edec0ff33e0cad42e4868d7b46a129a0919

jparise commented 13 years ago

Thanks! I've merged your patch.

I see that you've made some additional changes in your fork, as well. In the future, feel free to send a formal Pull Requests: http://help.github.com/pull-requests/