comparison bitten/build/monotools.py @ 605:c94481bc4646

0.6dev: Reverting [677] as many of these paths are also used for URLs, and hadn't considered this change enough. No major point in changing code that already works well, so simply reverting seems the best idea...
author osimons
date Thu, 30 Jul 2009 19:51:11 +0000
parents 7af6ebc30ff8
children 7c80375d4817
comparison
equal deleted inserted replaced
604:74618e617c4c 605:c94481bc4646
13 """Recipe commands for tools commonly used in Mono projects.""" 13 """Recipe commands for tools commonly used in Mono projects."""
14 14
15 from glob import glob 15 from glob import glob
16 import logging 16 import logging
17 import os 17 import os
18 import posixpath
18 import shlex 19 import shlex
19 import tempfile 20 import tempfile
20 21
21 from bitten.build import CommandLine 22 from bitten.build import CommandLine
22 from bitten.util import xmlio 23 from bitten.util import xmlio
Copyright (C) 2012-2017 Edgewall Software