(self)
| 2715 | _lib_names = ['X11'] |
| 2716 | |
| 2717 | def __init__(self): |
| 2718 | system_info.__init__(self, |
| 2719 | default_lib_dirs=default_x11_lib_dirs, |
| 2720 | default_include_dirs=default_x11_include_dirs) |
| 2721 | |
| 2722 | def calc_info(self): |
| 2723 | if sys.platform in ['win32']: |