-fix missing import
This commit is contained in:
parent
9bb8e2ad8e
commit
b7285bba0d
|
@ -5,6 +5,7 @@ import os
|
|||
import shutil
|
||||
import difflib
|
||||
import traceback
|
||||
from subprocess import Popen, PIPE
|
||||
|
||||
import pyinotify
|
||||
from pyinotify import ProcessEvent
|
||||
|
|
Loading…
Reference in New Issue