[py-svn] py-trunk commit fd04d8d8c8cd: fix typo

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Dec 25 10:56:57 CET 2009


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1261734963 -3600
# Node ID fd04d8d8c8cd46011240b6829a0546bd664df4ad
# Parent 143a2777a61dfda0c228a3bd873e518b5478af4b
fix typo

--- a/bin-for-dist/test_install.py
+++ b/bin-for-dist/test_install.py
@@ -1,6 +1,6 @@
 import py
 import subprocess
-import os
+import os, sys
 
 execnet = py.test.importorskip("execnet")



More information about the pytest-commit mailing list