Skip to content

Commit

Permalink
Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Feb 5, 2015
1 parent 986b970 commit 5b615d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vumi/scripts/vumi_list_messages.py
Expand Up @@ -28,14 +28,6 @@ class Options(usage.Options):
address, and message_id are returned in a comma-separated format.
"""

def ensure_dependent_option(self, needed, needs):
"""
Raise UsageError if `needs` is provided without `needed`.
"""
if self[needed] is None and self[needs] is not None:
raise usage.UsageError("%s requires %s to be specified." % (
needs, needed))

def postOptions(self):
if self["batch"] is None:
raise usage.UsageError("Please specify a batch.")
Expand Down

0 comments on commit 5b615d0

Please sign in to comment.