~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/pigments/pigment.py

  • Committer: David D Lowe
  • Date: 2011-04-25 23:21:26 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20110425232126-5i1fca3mdr6t5hh7
Fixed some bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    def get_Pigment():
89
89
        handy.abstract()
90
90
    
91
 
    @classmethod
92
 
    def does_system_support_me(klass):
 
91
    @staticmethod
 
92
    def does_system_support_me():
93
93
        """Return whether the system can install and activate this type
94
94
        of pigment. For example, not all systems have Xsplash installed.
95
95