]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/lib/helpers.py
Switch from using Decimal to using a new Currency class
[bluechips.git] / bluechips / lib / helpers.py
index 864d2d68b9fac6992384a900ab2fa8ef919e3428..1b8771bc790972d150b4db5b874a6d8a53604e8f 100644 (file)
@@ -7,5 +7,11 @@ from routes import url_for, redirect_to
 from webhelpers.html import escape, literal, url_escape
 from webhelpers.html.tags import *
 
+from webhelpers.pylonslib import Flash as _Flash
+
+from decimal import Decimal
+
 def bluechips():
     return '<span class="bluechips">BlueChips</span>'
+
+flash = _Flash()