[pypy-svn] r50621 - pypy/branch/clr-module-improvements/pypy/translator/cli

pdg at codespeak.net pdg at codespeak.net
Tue Jan 15 12:13:02 CET 2008


Author: pdg
Date: Tue Jan 15 12:13:01 2008
New Revision: 50621

Modified:
   pypy/branch/clr-module-improvements/pypy/translator/cli/support.py
Log:
(antocuni, pdg) changed pythonnet1 CLR to pythonnet2 clr for the import

Modified: pypy/branch/clr-module-improvements/pypy/translator/cli/support.py
==============================================================================
--- pypy/branch/clr-module-improvements/pypy/translator/cli/support.py	(original)
+++ pypy/branch/clr-module-improvements/pypy/translator/cli/support.py	Tue Jan 15 12:13:01 2008
@@ -7,7 +7,7 @@
 py.log.setconsumer("cli", ansi_log) 
 
 try:
-    import CLR as PythonNet
+    import clr as PythonNet
     PythonNet.System.Reflection.Assembly.LoadFile(Support.get())
 except ImportError:
     class _PythonNet:



More information about the Pypy-commit mailing list