]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/model/types.py
Change from using sa.func.now to datetime.now
[bluechips.git] / bluechips / model / types.py
index d4ff40142e4cc0724a1b0d39c7037c425d8f7f50..a81a8ae6ce09db566aaf395d0341c6ef7c6b0055 100644 (file)
@@ -4,7 +4,7 @@ Define special types used in BlueChips
 
 import sqlalchemy as sa
 from bluechips.lib.helpers import round_currency
-import locale
+from decimal import Decimal
 
 class Currency(sa.types.TypeDecorator):
     """