source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pyuca/__init__.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 231 bytes
Line 
1import os
2import pyuca
3
4unicode_collator = None
5
6def set_unicode_collator(file):
7    global unicode_collator
8    unicode_collator = pyuca.Collator(file)
9
10set_unicode_collator(os.path.join(os.path.dirname(__file__), 'allkeys.txt'))
Note: See TracBrowser for help on using the repository browser.