Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
import os
import subprocess
from twisted.internet import reactor, inotify, stdio
from twisted.protocols import basic
from twisted.python.filepath import FilePath
class overriddenInotify(inotify.INotify):