-fix missing import

This commit is contained in:
Martin Konecny 2012-05-10 11:14:44 -04:00
parent 9bb8e2ad8e
commit b7285bba0d

View file

@ -5,6 +5,7 @@ import os
import shutil
import difflib
import traceback
from subprocess import Popen, PIPE
import pyinotify
from pyinotify import ProcessEvent