Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Prune __version__ vestige #410
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 6, 2012
1 parent 84e5b1e commit 3933fab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gittip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def age():
AMOUNTS = [Decimal(a) for a in ('0.00', '1.00', '3.00', '6.00', '12.00', '24.00')]


__version__ = "~~VERSION~~"


def get_tip(tipper, tippee):
"""Given two user ids, return a Decimal.
"""
Expand Down

0 comments on commit 3933fab

Please sign in to comment.