[Happydoc-checkins] CVS: HappyDoc3 happydoc,1.1.1.1,1.2
Brought to you by:
doughellmann,
krlosaqp
From: Doug H. <dou...@us...> - 2002-11-17 14:46:23
|
Update of /cvsroot/happydoc/HappyDoc3 In directory usw-pr-cvs1:/tmp/cvs-serv28409 Modified Files: happydoc Log Message: Handle the locale stuff in the happydoclib library, so it works for the tests, too. Index: happydoc =================================================================== RCS file: /cvsroot/happydoc/HappyDoc3/happydoc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** happydoc 17 Nov 2002 00:26:14 -0000 1.1.1.1 --- happydoc 17 Nov 2002 14:46:19 -0000 1.2 *************** *** 55,61 **** __version__ = '0.0' - import locale - locale.setlocale(locale.LC_ALL, '') - from happydoclib import HappyDoc --- 55,58 ---- |