Parent Directory
|
Revision Log
|
Patch
revision 1871 by bh, Tue Oct 21 09:58:51 2003 UTC | revision 1872 by bh, Mon Oct 27 17:11:20 2003 UTC | |
---|---|---|
# | Line 58 def initthuban(): | Line 58 def initthuban(): |
58 | pass | pass |
59 | add_thuban_dir_to_path() | add_thuban_dir_to_path() |
60 | import thubaninit | import thubaninit |
61 | ||
62 | # Install a dummy translation function so that importing | |
63 | # Thuban.UI doesn't install a wx specific one for which would | |
64 | # need to import wxPython | |
65 | import Thuban | |
66 | Thuban.install_translation_function(lambda s: s) | |
67 | ||
68 | _initthuban_done = 1 | _initthuban_done = 1 |
69 | ||
70 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |