73c73
< if globals().has_key('root') and isinstance(root, Root):
---
> if 'root' in globals() and isinstance(root, Root):