Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3.3
Changeset: r75256:cdc9aa59d0a4
Date: 2015-01-06 09:06 +0100
http://bitbucket.org/pypy/pypy/changeset/cdc9aa59d0a4/
Log: crypt.py imports _crypt.
diff --git a/pypy/module/crypt/__init__.py b/pypy/module/crypt/__init__.py
--- a/pypy/module/crypt/__init__.py
+++ b/pypy/module/crypt/__init__.py
@@ -1,7 +1,7 @@
from pypy.interpreter.mixedmodule import MixedModule
class Module(MixedModule):
- """A demo built-in module based on rffi."""
+ applevel_name = '_crypt'
interpleveldefs = {
'crypt' : 'interp_crypt.crypt',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit