graphite-project / carbonate

Utilities for managing graphite clusters
MIT License
516 stars 80 forks source link

Support for whisper==0.9.9 #10

Closed jssjr closed 10 years ago

jssjr commented 10 years ago

Fixes #8

This implements a fallback method for the operator.itemgetter method that is present in whisper >=0.9.10.

@bmhatfield, I'm showing passing tests for this, but I don't have a clever solution to add a requirements matrix in Travis. Any chance you can test this in your environment and let me know?

jssjr commented 10 years ago

:ok: Tests are implemented and passing.