Projects STRLCPY got-your-back Commits ce19ea90
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    linux-gyb.spec
    1 1  # -*- mode: python -*-
     2 + 
     3 +import sys
     4 + 
     5 +sys.modules['FixTk'] = None
     6 + 
    2 7  a = Analysis(['gyb.py'],
     8 + excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
    3 9   hiddenimports=[],
    4 10   hookspath=None,
    5 11   runtime_hooks=None)
    skipped 17 lines
  • ■ ■ ■ ■ ■ ■
    windows-gyb.spec
    1 1  # -*- mode: python -*-
     2 + 
     3 +import sys
     4 + 
     5 +sys.modules['FixTk'] = None
     6 + 
    2 7  a = Analysis(['gyb.py'],
     8 + excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
    3 9   hiddenimports=[],
    4 10   hookspath=None,
    5 11   runtime_hooks=None)
    skipped 17 lines
Please wait...
Page is in error, reload to recover