Skip to content

Instantly share code, notes, and snippets.

View funkyfuture's full-sized avatar

Frank Sachsenheim funkyfuture

  • The Soviet Sector
View GitHub Profile
#!/usr/bin/env python
# Author: Chris Eberle <eberle1080@gmail.com>
# Watch for any changes in a module or package, and reload it automatically
import pyinotify
import imp
import os
class ModuleWatcher(pyinotify.ProcessEvent):
"""