Removed some redundant header includes.
dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary.
Showing
Please register or sign in to comment
dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary.