Skip to content

Commit

Permalink
Made TradeDB also impose a locale, lets see how we like that.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Sep 24, 2014
1 parent 66b4e38 commit adf5b38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
import math
from pathlib import Path

import locale
locale.setlocale(locale.LC_ALL, '')

######################################################################
# Classes

Expand Down

0 comments on commit adf5b38

Please sign in to comment.