~flimm/epidermis/icon-theme-bugfix

« back to all changes in this revision

Viewing changes to epidermis/pigments/pigment_more.py

  • Committer: David D Lowe
  • Date: 2011-01-04 22:50:19 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20110104225019-uo31kb54cbxjt5vt
Tidy up code with better comments.
Deleted unused functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
            tempPath = attachmentPath)
131
131
    
132
132
    def information_xml(self):
133
 
        """Returns the XML document describing the pigment"""
134
133
        doc = Pigment.information_xml(self)
135
134
        root = doc.getElementsByTagName("pigment")[0]
136
135
        
160
159
        pass
161
160
    
162
161
    def is_meat_installed(self):
163
 
        """Returns whether the meat of this pigment or similar to it is installed"""
164
162
        import hashlib
165
163
        (md1, md2) = (hashlib.md5(), hashlib.md5())
166
164
        try: