__init__.py 391 B

123456789101112131415
  1. # Copyright 2005,2006-2014 Michael Rice
  2. # errr@errr-online.com
  3. """
  4. fluxStyle
  5. fluxStyle is a graphical style-manager for the fluxbox
  6. window manager. Orignal version written by Michael Rice.
  7. Many special thanks to Zan a.k.a. Lauri Peltonen for GUI
  8. Improvements & Bug Stomping.
  9. """
  10. __AUTHORS__ = [
  11. ("Michael Rice", "errr@errr-online.com"),
  12. ("Lauri Peltonen", "zan@users.berlios.de")
  13. ]