[manual] Uniformize the subscriptions API method names.

This requires a zephyr_mirror deployment when it is pushed to prod.

(imported from commit 6543441fb264b518f8705d7989d068a1d50ce5d6)
This commit is contained in:
Tim Abbott 2012-11-16 13:40:03 -05:00
parent 5b285f2321
commit 584743eca8
4 changed files with 9 additions and 9 deletions

View file

@ -38,4 +38,4 @@ if options.streams == "":
print >>sys.stderr, "Usage:", parser.usage
sys.exit(1)
print client.subscribe(options.streams.split())
print client.add_subscriptions(options.streams.split())