OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | copy_scripts (self) |
![]() | |
def | initialize_options (self) |
def | finalize_options (self) |
def | get_source_files (self) |
def | run (self) |
Additional Inherited Members | |
![]() | |
build_dir | |
scripts | |
force | |
executable | |
outfiles | |
![]() | |
description | |
user_options | |
boolean_options | |
def copy_scripts | ( | self | ) |
Copy each script listed in 'self.scripts'; if it's marked as a Python script in the Unix way (first line matches 'first_line_re', ie. starts with "\#!" and contains "python"), then adjust the first line to refer to the current Python interpreter as we copy.
Reimplemented from build_scripts.