"""
Check that we can dir() in org.python.core.Py
"""

import support

import org.python.core.Py
dir(org.python.core.Py)
