Show More
@@ -206,7 +206,7 def has_pyoxidizer(): | |||||
206 | "pyoxidizer-in-memory", |
|
206 | "pyoxidizer-in-memory", | |
207 | "running with pyoxidizer build as 'hg' with embedded resources", |
|
207 | "running with pyoxidizer build as 'hg' with embedded resources", | |
208 | ) |
|
208 | ) | |
209 | def has_pyoxidizer(): |
|
209 | def has_pyoxidizer_mem(): | |
210 | return 'PYOXIDIZED_IN_MEMORY_RSRC' in os.environ |
|
210 | return 'PYOXIDIZED_IN_MEMORY_RSRC' in os.environ | |
211 |
|
211 | |||
212 |
|
212 | |||
@@ -214,7 +214,7 def has_pyoxidizer(): | |||||
214 | "pyoxidizer-in-filesystem", |
|
214 | "pyoxidizer-in-filesystem", | |
215 | "running with pyoxidizer build as 'hg' with external resources", |
|
215 | "running with pyoxidizer build as 'hg' with external resources", | |
216 | ) |
|
216 | ) | |
217 | def has_pyoxidizer(): |
|
217 | def has_pyoxidizer_fs(): | |
218 | return 'PYOXIDIZED_FILESYSTEM_RSRC' in os.environ |
|
218 | return 'PYOXIDIZED_FILESYSTEM_RSRC' in os.environ | |
219 |
|
219 | |||
220 |
|
220 |
General Comments 0
You need to be logged in to leave comments.
Login now