[wxPython] wxConfig

Is wxConfig implemented??
The docs said that but I can't import the Class.

At least :

from wxPython.wx import *
config = wxConfig("xxx")

dosn't work, and I can't find another way to import the class

Cristian Echeverria