comparison buttercup/checkout.py @ 25:a54543838686

add test for source demunging
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 30 May 2011 21:11:19 -0700
parents 88f3d83eb858
children f6b768417d27
comparison
equal deleted inserted replaced
24:88f3d83eb858 25:a54543838686
10 # pip install -r foo.txt 10 # pip install -r foo.txt
11 11
12 import os 12 import os
13 import sys 13 import sys
14 import subprocess 14 import subprocess
15 from buttercup import Buttercup
15 from optparse import OptionParser 16 from optparse import OptionParser
16 17
17 HG='http://k0s.org/hg' 18 HG='http://k0s.org/hg'
18 PACKAGES=['bitsyapps', 19 PACKAGES=['bitsyapps',
19 'bitsyauth', 20 'bitsyauth',