Your IP : 216.73.216.220


Current Path : /usr/share/bash-completion/helpers/
Upload File :
Current File : //usr/share/bash-completion/helpers/python

# -*- python -*-

import pkgutil

for mod in pkgutil.iter_modules():
    print(mod[1])