Skip to content

Commit

Permalink
Add entities.PartitionTable.update()
Browse files Browse the repository at this point in the history
Added ```entities.PartitionTable.update()```, as it's needed for SatelliteQE/robottelo#2502.
Part of #111.
  • Loading branch information
Andrii Balakhtar committed Jul 1, 2015
1 parent e246cb5 commit acbfed8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,11 @@ def repository_sets_available_repositories(self, reposet_id):


class PartitionTable(
Entity, EntityCreateMixin, EntityDeleteMixin, EntityReadMixin):
Entity,
EntityCreateMixin,
EntityDeleteMixin,
EntityReadMixin,
EntityUpdateMixin):
"""A representation of a Partition Table entity."""

def __init__(self, server_config=None, **kwargs):
Expand Down

0 comments on commit acbfed8

Please sign in to comment.