From: Guillaume Pellerin Date: Tue, 3 Dec 2013 12:56:05 +0000 (+0100) Subject: update deps X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=829c0d964fe261513ce07499960d00fce3fbe98d;p=deefuzzer.git update deps --- diff --git a/README.rst b/README.rst index 52093f7..5dc3556 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,8 @@ an install inside Gygwin should work well. To install it, say on Debian, do:: - sudo apt-get install python-pip python-dev liblo-dev libshout3-dev librtmp-dev python-yaml libcurl4-openssl-dev + sudo apt-get install python-pip python-dev liblo-dev libshout3-dev librtmp-dev \ + python-yaml libcurl4-openssl-dev python-mutagen Now, the easiest way to install the DeeFuzzer from a shell:: @@ -97,9 +98,10 @@ Uncompress, go to the deefuzzer app directory and run install as root. For examp Follow the related package list to install optional or recommended applications: - * **depends**: python, python-dev, python-xml, python-shout | shout-python, libshout3, libshout3-dev, python-mutagen, python-pycurl | pycurl - * **optional**: python-twitter, python-liblo | pyliblo (>= 0.26), python-yaml - * **recommends**: icecast2, python-setuptools, stream-m + * **depends** : python, python-dev, python-shout (from pypi.python.org) | shout-python, + libshout3, libshout3-dev, python-mutagen, python-pycurl | pycurl + * **optional** : python-twitter, python-liblo | pyliblo (>= 0.26), python-yaml + * **recommends** : icecast2, python-setuptools, stream-m For more informations, please see on `GitHub `_ or twitt a message to @parisson_studio diff --git a/deefuzzer/tools/xmltodict.py b/deefuzzer/tools/xmltodict.py index b85d556..07bffcd 100644 --- a/deefuzzer/tools/xmltodict.py +++ b/deefuzzer/tools/xmltodict.py @@ -1,10 +1,8 @@ #!/usr/bin/env python -# Easily import simple XML data to Python dictionary -# http://www.gmta.info/publications/parsing-simple-xml-structure-to-a-python-dictionary - import xml.dom.minidom + def haschilds(dom): # Checks whether an element has any childs # containing real tags opposed to just text.