updated requirements.txt, changed imports to mitmflib

This commit is contained in:
byt3bl33d3r 2015-06-11 22:05:22 +02:00
parent 5b969e09fb
commit aa246130e2
13 changed files with 75 additions and 22 deletions

View file

@ -1,8 +1,8 @@
#! /usr/bin/env python2.7
import logging
from watchdog.observers import Observer
from watchdog.events import FileSystemEventHandler
from mitmflib.watchdog.observers import Observer
from mitmflib.watchdog.events import FileSystemEventHandler
from configobj import ConfigObj
logging.getLogger("watchdog").setLevel(logging.ERROR) #Disables watchdog's debug messages