Utilities/binplistlib.py

changeset 2969
0e1af1313b8b
parent 2965
d133c7edd88a
child 2997
7f0ef975da9e
--- a/Utilities/binplistlib.py	Sun Sep 29 19:12:52 2013 +0200
+++ b/Utilities/binplistlib.py	Sun Sep 29 19:24:27 2013 +0200
@@ -758,7 +758,7 @@
         @param isRoot flag indicating a root object (boolean)
         @exception InvalidPlistException raised to indicate an invalid
             plist file
-        """
+        """                                             # __IGNORE_WARNING__
         def check_key(key):
             if key is None:
                 raise InvalidPlistException('Dictionary keys cannot be null in plists.')

eric ide

mercurial