iso-profiles/mabox-en/desktop-overlay/etc/skel/.config/dmenu-extended/plugins/__init__.py

3 lines
113 B
Python
Raw Normal View History

2019-11-01 17:22:26 +01:00
import os
import glob
__all__ = [ os.path.basename(f)[:-3] for f in glob.glob(os.path.dirname(__file__)+"/*.py")]