#!/usr/bin/python

import wx as dirme
for x in sorted(dir(dirme)):
    if x.startswith("LIST_"):
        print x

