index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demo
/
sgi
/
video
/
Vgeneric.py
blob: 182adbe2ca33ac6502b9a57dd4f6a2cd4be01737 (
plain
)
1
2
import
sys
,
posixpath
exec
(
'import '
+
posixpath
.
basename
(
sys
.
argv
[
0
]) +
'
\n
'
)