repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove some diary-lib function aliases, obsolete since 22.1.
[emacs.git]
/
etc
/
emacs.py
blob
964c1f17f407b1352810695441e88f4d0f92cc0e
1
"""Wrapper for version-specific implementations of python.el helper
2
functions """
3
4
import
sys
5
6
if
sys
.
version_info
[
0
] ==
3
:
7
from
emacs3
import
*
8
else
:
9
from
emacs2
import
*
10
11
# arch-tag: 894b5227-638f-45fd-8567-0417d5c35900