From 51639254432095fd61809a4093054e0ce44ed831 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 10 Sep 2007 17:04:48 +0000 Subject: [PATCH] fixed tools 2 --- d-fuzz.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/d-fuzz.py b/d-fuzz.py index 7b1df1c..d4b3eb8 100755 --- a/d-fuzz.py +++ b/d-fuzz.py @@ -15,9 +15,8 @@ import sys import shout import string import random -import d-fuzz import subprocess -from tools import * +from xmltodict import * from mutagen.oggvorbis import OggVorbis -- 2.39.5