mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-03 13:28:08 -05:00
This catches regressions in the fix in the previous commit, where old stale .py[oc] files can wrongly become "unstale" when we change the .py file mtime to 1.
5 lines
55 B
Python
Executable File
5 lines
55 B
Python
Executable File
#!/usr/bin/python2
|
|
|
|
import importme
|
|
print importme.foo
|