Skip to content

Commit

Permalink
remove returns timestamp
Browse files Browse the repository at this point in the history
Stub should behave as the "real" thing.
  • Loading branch information
a13x committed Nov 29, 2013
1 parent 803ef57 commit 3605299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycassa/contrib/stubs.py
Expand Up @@ -232,6 +232,7 @@ def remove(self, key, columns=None):
del self.rows[key][c]
if not self.rows[key]:
del self.rows[key]
return gm_timestamp()


def get_range(self, include_timestamp=False, columns=None, **kwargs):
Expand Down

0 comments on commit 3605299

Please sign in to comment.