File: pyi_arbitrary_ext.foo

package info (click to toggle)
pyinstaller 6.13.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,520 kB
  • sloc: python: 41,347; ansic: 11,334; makefile: 176; sh: 136; xml: 19
file content (5 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Verify that PyInstaller can load a script from a file with an arbitrary
# extension, not just from ``.py`` files.
print('hello')