~hazmat/pyjuju/proposed-support

« back to all changes in this revision

Viewing changes to juju/state/charm.py

  • Committer: kapil.thangavelu at canonical
  • Date: 2012-05-22 22:08:15 UTC
  • mfrom: (484.1.53 trunk)
  • Revision ID: kapil.thangavelu@canonical.com-20120522220815-acyt8m89i9ybe0w1
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
    def get_sha256(self):
111
111
        """Return deferred sha256 for the charm."""
112
112
        return succeed(self._sha256)
 
113
 
 
114
    def is_subordinate(self):
 
115
        """Is this a subordinate charm."""
 
116
        return self._metadata.is_subordinate