svn: r3436
This commit is contained in:
Alex Roitman 2004-08-19 13:24:17 +00:00
parent 369424d4a1
commit 8a8fc0a594

View File

@ -77,6 +77,8 @@ try:
out("No")
except ImportError:
out("No")
except AttributeError:
out("No")
EOF
$PYTHON conftest.py
has_pygtk=`cat conftest.out`