Am 17.05.2011 08:22, schrieb mike: candidatelib = lib
-        if (excludesRe.search(candidatelib) and (not includes or
+
+        if candidatelib.find('pyside')>= 0 or
candidatelib.find('shiboken')>= 0:
+            # do nothing
+            pass
+        elif (excludesRe.search(candidatelib) and (not includes or
              not includesRe.search(candidatelib))):
              if candidatelib.find('libpython')<  0 and \
                 candidatelib.find('Python.framework')<  0:
I do not like this "hack" for a single module/package. Isn't there another solution?

--
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP

Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de/blog

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult mit Mitglied bei http://www.7-it.de


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to