]> git.parisson.com Git - deefuzzer.git/commitdiff
update deps
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 3 Dec 2013 12:56:05 +0000 (13:56 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 3 Dec 2013 12:56:05 +0000 (13:56 +0100)
README.rst
deefuzzer/tools/xmltodict.py

index 52093f74fe49bba6ac84b3af8a333d564d0a4fdd..5dc3556c6a551c6efb2294e31314d9e3a4499ac8 100644 (file)
@@ -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 <https://github.com/yomguy/DeeFuzzer>`_ or twitt a message to @parisson_studio
 
index b85d556d294bd1ab43b6bca763e66420673350bc..07bffcd51422b96b3d12660e5b0f4d67e258bf8c 100644 (file)
@@ -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.