-fix missing import

This commit is contained in:
Martin Konecny 2012-05-10 11:14:44 -04:00
parent 9bb8e2ad8e
commit b7285bba0d
1 changed files with 1 additions and 0 deletions

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