repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix an amazing number of typos & malformed sentences reported by Detlef
[python/dscho.git]
/
Demo
/
sgi
/
video
/
Vgeneric.py
blob
182adbe2ca33ac6502b9a57dd4f6a2cd4be01737
1
import
sys
,
posixpath
2
exec
(
'import '
+
posixpath
.
basename
(
sys
.
argv
[
0
]) +
'
\n
'
)