[pypy-svn] r44731 - pypy/dist/pypy/translator

antocuni at codespeak.net antocuni at codespeak.net
Wed Jul 4 21:04:19 CEST 2007


Author: antocuni
Date: Wed Jul  4 21:04:18 2007
New Revision: 44731

Modified:
   pypy/dist/pypy/translator/driver.py
Log:
add an information message



Modified: pypy/dist/pypy/translator/driver.py
==============================================================================
--- pypy/dist/pypy/translator/driver.py	(original)
+++ pypy/dist/pypy/translator/driver.py	Wed Jul  4 21:04:18 2007
@@ -700,6 +700,7 @@
         translator_path, _ = os.path.split(__file__)
         main_exe = os.path.join(translator_path, 'cli/src/main.exe')
         shutil.copy(main_exe, '.')
+        self.log.info("Copied to %s" % os.path.join(os.getcwd(), dllname))
 
     def task_run_cli(self):
         pass



More information about the Pypy-commit mailing list