~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/pigments/icons.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:
35
35
    @staticmethod
36
36
    def get_Pigment():
37
37
        return Icons
 
38
    
 
39
    @staticmethod
 
40
    def does_system_support_me():
 
41
        return False
38
42
 
39
43
    publicBaseDir = "/usr/share/icons"
40
44
    personalBaseDir = "~/.icons"