Use 'pproc' in waf in place of subprocess

This commit is contained in:
Christian Dywan 2008-05-31 13:51:03 +02:00
parent 4f0b7bea63
commit 3ea30bfd4e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# WAF build script for midori
import os
import subprocess
import pproc as subprocess
srcdir = os.getcwd ()
blddir = bld.m_bdir