[pypy-svn] r36264 - pypy/dist/pypy/bin

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jan 8 13:48:33 CET 2007


Author: cfbolz
Date: Mon Jan  8 13:48:32 2007
New Revision: 36264

Added:
   pypy/dist/pypy/bin/buildserver.py
      - copied, changed from r36262, pypy/dist/pypy/bin/buildclient.py
Removed:
   pypy/dist/pypy/bin/buildclient.py
Modified:
   pypy/dist/pypy/bin/startcompile.py
Log:
(guido, cfbolz): fix renames here too.


Modified: pypy/dist/pypy/bin/startcompile.py
==============================================================================
--- pypy/dist/pypy/bin/startcompile.py	(original)
+++ pypy/dist/pypy/bin/startcompile.py	Mon Jan  8 13:48:32 2007
@@ -29,9 +29,9 @@
     sys.path += %r
     
     try:
-        from pypy.tool.build import ppbserver
+        from pypy.tool.build import metaserver_instance
         from pypy.tool.build import build
-        ret = ppbserver.compile(%r)
+        ret = metaserver_instance.compile(%r)
         channel.send(ret)
         channel.close()
     except:



More information about the Pypy-commit mailing list