From aacba4d0e4d5e3013d1d4df820a4a5725aabe6d8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 13 Oct 2008 19:28:50 +0000 Subject: [PATCH] Add tools dir --- d-fuzz.py | 2 +- xmltodict.py => tools/xmltodict.py | 0 xmltodict2.py => tools/xmltodict2.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename xmltodict.py => tools/xmltodict.py (100%) rename xmltodict2.py => tools/xmltodict2.py (100%) diff --git a/d-fuzz.py b/d-fuzz.py index e2d46bb..3040bf0 100755 --- a/d-fuzz.py +++ b/d-fuzz.py @@ -19,7 +19,7 @@ import random import Queue import subprocess from shout import Shout -from xmltodict import * +from tools import * from threading import Thread from mutagen.oggvorbis import OggVorbis diff --git a/xmltodict.py b/tools/xmltodict.py similarity index 100% rename from xmltodict.py rename to tools/xmltodict.py diff --git a/xmltodict2.py b/tools/xmltodict2.py similarity index 100% rename from xmltodict2.py rename to tools/xmltodict2.py -- 2.39.5