Parent Directory
|
Revision Log
|
Patch
revision 1673 by bh, Thu Aug 28 13:04:44 2003 UTC | revision 1736 by bh, Mon Sep 22 18:46:56 2003 UTC | |
---|---|---|
# | Line 48 def initthuban(): | Line 48 def initthuban(): |
48 | """ | """ |
49 | global _initthuban_done | global _initthuban_done |
50 | if not _initthuban_done: | if not _initthuban_done: |
51 | # Thuban uses gettext to translate some strings. Some of these | |
52 | # strings are tested for equality in some test cases. So we | |
53 | # unset any LANG environment setting to make sure only the | |
54 | # untranslated messages are used. | |
55 | try: | |
56 | del os.environ["LANG"] | |
57 | except KeyError: | |
58 | pass | |
59 | add_thuban_dir_to_path() | add_thuban_dir_to_path() |
60 | import thubaninit | import thubaninit |
61 | _initthuban_done = 1 | _initthuban_done = 1 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |