File: __init__.py

package info (click to toggle)
python-agate 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,996 kB
  • sloc: python: 8,512; makefile: 126
file content (4 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
import locale

# The test fixtures can break if the locale is non-US.
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')