From 3933fabc6fef7fc953cd7fc1cbf3eac9735506b3 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Thu, 6 Dec 2012 14:03:58 -0500 Subject: [PATCH] Prune __version__ vestige #410 --- gittip/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gittip/__init__.py b/gittip/__init__.py index 31ffd218bc..eb35a41c41 100644 --- a/gittip/__init__.py +++ b/gittip/__init__.py @@ -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. """