Skip to content

Instantly share code, notes, and snippets.

@staticfloat
Last active December 10, 2015 23:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save staticfloat/4513519 to your computer and use it in GitHub Desktop.
`brew install -v python` sqlite build failure
solipsil:Formula sabae [11:22:56]$ brew install -v python
==> Downloading http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
Already downloaded: /Library/Caches/Homebrew/python-2.7.3.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/python-2.7.3.tar.bz2
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.3 (Ruby 1.8.7-358; Mac OS X 10.8.2) https://gist.github.com/raw/4349132/25662c6b382315b5db67bf949773d76471bbcee7/python-nfs-shutil.diff -o 000-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file Lib/shutil.py
patching file Lib/test/test_shutil.py
patching file Modules/errnomodule.c
==> ./configure --prefix=/Users/sabae/.homebrew/Cellar/python/2.7.3 --enable-ipv6 --datarootdir=/Users/sabae/.homebrew/Cellar/python/2.7.3/share --datadir=/Users/sabae/.homebrew/Cellar/python/2.7.3/share --enable-framework=/Users/sabae/.homebrew/Cellar/python/2.7.3/Framewo
rks --without-gcc CFLAGS=-I/Users/sabae/.homebrew/include LDFLAGS=-L/Users/sabae/.homebrew/lib MACOSX_DEPLOYMENT_TARGET=10.8
./configure --prefix=/Users/sabae/.homebrew/Cellar/python/2.7.3 --enable-ipv6 --datarootdir=/Users/sabae/.homebrew/Cellar/python/2.7.3/share --datadir=/Users/sabae/.homebrew/Cellar/python/2.7.3/share --enable-framework=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks
--without-gcc CFLAGS=-I/Users/sabae/.homebrew/include LDFLAGS=-L/Users/sabae/.homebrew/lib MACOSX_DEPLOYMENT_TARGET=10.8
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... darwin
checking EXTRAPLATDIR... $(PLATMACDIRS)
checking machine type as reported by uname -m... x86_64
checking for --without-gcc... yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for --with-cxx-main=<compiler>... no
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for --with-suffix...
checking for case-insensitive build directory... yes
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(MAINCC)
checking for GNU ld... no
checking for --enable-shared... no
checking for --enable-profiling...
checking LDLIBRARY... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
checking for ranlib... ranlib
checking for ar... ar
checking for svnversion... found
checking for hg... not-found
checking for a BSD-compatible install... /usr/bin/install -c
checking for --with-pydebug... no
checking whether cc accepts -fno-strict-aliasing... yes
checking whether cc accepts -OPT:Olimit=0... no
checking whether cc accepts -Olimit 1500... no
checking whether gcc supports ParseTuple __format__... no
checking whether pthreads are available without options... yes
checking whether c++ also accepts flags for thread support... no
checking for ANSI C header files... (cached) yes
checking asm/types.h usability... no
checking asm/types.h presence... no
checking for asm/types.h... no
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking shadow.h usability... no
checking shadow.h presence... no
checking for shadow.h... no
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... no
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking sys/bsdtty.h usability... no
checking sys/bsdtty.h presence... no
checking for sys/bsdtty.h... no
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking sys/event.h usability... yes
checking sys/event.h presence... yes
checking for sys/event.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/lock.h usability... yes
checking sys/lock.h presence... yes
checking for sys/lock.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for sys/stat.h... (cached) yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking netpacket/packet.h usability... no
checking netpacket/packet.h presence... no
checking for netpacket/packet.h... no
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking bluetooth.h usability... no
checking bluetooth.h presence... no
checking for bluetooth.h... no
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
checking linux/tipc.h usability... no
checking linux/tipc.h presence... no
checking for linux/tipc.h... no
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether sys/types.h defines makedev... yes
checking for term.h... yes
checking for linux/netlink.h... no
checking for clock_t in time.h... yes
checking for makedev... yes
checking Solaris LFS bug... no
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for ssize_t... yes
checking size of int... 4
checking size of long... 8
checking size of void *... 8
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 8
checking size of size_t... 8
checking size of pid_t... 4
checking for long long support... yes
checking size of long long... 8
checking for long double support... yes
checking size of long double... 16
checking for _Bool support... yes
checking size of _Bool... 1
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking size of off_t... 8
checking whether to enable large file support... no
checking size of time_t... 8
checking for pthread_t... yes
checking size of pthread_t... 8
checking for --enable-toolbox-glue... yes
checking for --enable-framework... yes
checking for dyld... always on for Darwin
checking SO... .so
checking LDSHARED... $(CC) -bundle -undefined dynamic_lookup
checking CCSHARED...
checking LINKFORSHARED... -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
checking CFLAGSFORSHARED... $(CCSHARED)
checking SHLIBS... $(LIBS)
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for library containing sem_init... none required
checking for textdomain in -lintl... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for pkg-config... /Users/sabae/.homebrew/opt/pkg-config/bin/pkg-config
checking for --with-system-expat... no
checking for --with-system-ffi... no
checking for --with-dbmliborder...
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking if --enable-ipv6 is specified... yes
checking ipv6 stack type... kame
using libc
checking for OSX 10.5 SDK or later... yes
checking for --with-doc-strings... yes
checking for --with-tsc... no
checking for --with-pymalloc... yes
checking for --with-valgrind... no
checking for --with-wctype-functions... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... MACHDEP_OBJS
checking for alarm... yes
checking for setitimer... yes
checking for getitimer... yes
checking for bind_textdomain_codeset... no
checking for chown... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for execv... yes
checking for fchmod... yes
checking for fchown... yes
checking for fork... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for gai_strerror... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getloadavg... yes
checking for getpeername... yes
checking for getpgid... yes
checking for getpid... yes
checking for getpriority... yes
checking for getresuid... no
checking for getresgid... no
checking for getpwent... yes
checking for getspnam... no
checking for getspent... no
checking for getsid... yes
checking for getwd... yes
checking for initgroups... yes
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mremap... no
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... yes
checking for pthread_init... yes
checking for putenv... yes
checking for readlink... yes
checking for realpath... yes
checking for select... yes
checking for sem_open... yes
checking for sem_timedwait... no
checking for sem_getvalue... yes
checking for sem_unlink... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setuid... yes
checking for setvbuf... yes
checking for snprintf... yes
checking for setlocale... (cached) yes
checking for setregid... (cached) yes
checking for setreuid... (cached) yes
checking for setresuid... no
checking for setresgid... no
checking for setsid... (cached) yes
checking for setpgid... (cached) yes
checking for setpgrp... (cached) yes
checking for setuid... (cached) yes
checking for setvbuf... (cached) yes
checking for snprintf... (cached) yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... no
checking for truncate... yes
checking for uname... yes
checking for unsetenv... yes
checking for utimes... yes
checking for waitpid... yes
checking for wait3... yes
checking for wait4... yes
checking for wcscoll... yes
checking for _getpty... no
checking for chroot... yes
checking for link... yes
checking for symlink... yes
checking for fchdir... yes
checking for fsync... yes
checking for fdatasync... no
checking for epoll... no
checking for kqueue... yes
checking for ctermid_r... yes
checking for flock declaration... yes
checking for flock... yes
checking for getpagesize... yes
checking for broken unsetenv... no
checking for true... true
checking for inet_aton in -lc... yes
checking for chflags... yes
checking for lchflags... yes
checking for inflateCopy in -lz... yes
checking for hstrerror... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for setgroups... yes
checking for openpty... yes
checking for forkpty... yes
checking for memmove... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for getpgrp... yes
checking for setpgrp... (cached) yes
checking for gettimeofday... yes
checking for major... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... no
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_flags... yes
checking for struct stat.st_gen... yes
checking for struct stat.st_birthtime... yes
checking for struct stat.st_blocks... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking whether char is unsigned... no
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for socketpair... yes
checking if sockaddr has sa_len member... yes
checking whether va_list is an array... yes
checking for gethostbyname_r... no
checking for gethostbyname... yes
checking for __fpu_control... no
checking for __fpu_control in -lieee... no
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM=""
checking for --with-libc=STRING... default LIBC=""
checking whether C doubles are little-endian IEEE 754 binary64... yes
checking whether C doubles are big-endian IEEE 754 binary64... no
checking whether C doubles are ARM mixed-endian IEEE 754 binary64... no
checking whether we can use gcc inline assembler to get and set x87 control word... yes
checking for x87-style double rounding... no
checking whether tanh preserves the sign of zero... yes
checking for acosh... yes
checking for asinh... yes
checking for atanh... yes
checking for copysign... yes
checking for erf... yes
checking for erfc... yes
checking for expm1... yes
checking for finite... yes
checking for gamma... yes
checking for hypot... yes
checking for lgamma... yes
checking for log1p... yes
checking for round... yes
checking for tgamma... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking whether isfinite is declared... yes
checking whether POSIX semaphores are enabled... yes
checking for broken sem_getvalue... yes
checking digit size for Python's longs... no value specified
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking size of wchar_t... 4
checking for UCS-4 tcl... no
checking whether wchar_t is signed... yes
checking what type to use for unicode... unsigned short
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking how to link readline libs... -lreadline
checking for rl_callback_handler_install in -lreadline... yes
checking for rl_pre_input_hook in -lreadline... yes
checking for rl_completion_display_matches_hook in -lreadline... yes
checking for rl_completion_matches in -lreadline... yes
checking for broken nice()... no
checking for broken poll()... no
checking for struct tm.tm_zone... (cached) yes
checking for working tzset()... yes
checking for tv_nsec in struct stat... no
checking for tv_nsec2 in struct stat... yes
checking whether mvwdelch is an expression... yes
checking whether WINDOW has _flags... no
checking for is_term_resized... yes
checking for resize_term... yes
checking for resizeterm... yes
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking for %lld and %llu printf() format support... yes
checking for %zd printf() format support... yes
checking for socklen_t... yes
checking for build directories... done
configure: creating ./config.status
config.status: creating Mac/Makefile
config.status: creating Mac/PythonLauncher/Makefile
config.status: creating Mac/IDLE/Makefile
config.status: creating Mac/Resources/framework/Info.plist
config.status: creating Mac/Resources/app/Info.plist
config.status: creating Makefile.pre
config.status: creating Modules/Setup.config
config.status: creating Misc/python.pc
config.status: creating Modules/ld_so_aix
config.status: creating pyconfig.h
creating Modules/Setup
creating Modules/Setup.local
creating Makefile
==> make
make
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/random.o Python/random.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_string.o Python/formatter_string.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk:lib-old"' \\
-DPREFIX='"/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7"' \\
-DEXEC_PREFIX='"/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7"' \\
-DVERSION='"2.7"' \\
-DVPATH='""' \\
-o Modules/getpath.o ./Modules/getpath.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
/usr/bin/install -c -m 644 ./Tools/gdb/libpython.py python.exe-gdb.py
cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -L/Users/sabae/.homebrew/lib Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/o
bmalloc.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl -framework CoreFoundation -o Parser/pgen
brew: superenv removed: -g -O3 -Wall -Wstrict-prototypes -L/Users/sabae/.homebrew/lib
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
touch Parser/pgen.stamp
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
cc -c -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \\
-DSVNVERSION="\\"`LC_ALL=C svnversion .`\\"" \\
-DHGVERSION="\\"`LC_ALL=C `\\"" \\
-DHGTAG="\\"`LC_ALL=C `\\"" \\
-DHGBRANCH="\\"`LC_ALL=C `\\"" \\
-o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include
rm -f libpython2.7.a
ar rc libpython2.7.a Modules/getbuildinfo.o
ar rc libpython2.7.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
ar rc libpython2.7.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/capsule.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrob
ject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memory
object.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/
unicodeobject.o Objects/unicodectype.o
ar rc libpython2.7.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getc
opyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pys
tate.o Python/pythonrun.o Python/random.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/formatter_string.o Python/dynload_shlib.o Python/mac
toolboxglue.o Python/thread.o
/usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols
ar rc libpython2.7.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
/usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols
ar rc libpython2.7.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
/usr/bin/ranlib: file: libpython2.7.a(pymath.o) has no symbols
ranlib libpython2.7.a
ranlib: file: libpython2.7.a(pymath.o) has no symbols
/usr/bin/install -c -d -m 755 Python.framework/Versions/2.7
cc -o Python.framework/Versions/2.7/Python -L/Users/sabae/.homebrew/lib -dynamiclib \\
-all_load libpython2.7.a -Wl,-single_module \\
-install_name /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Python \\
-compatibility_version 2.7 \\
-current_version 2.7;
brew: superenv removed: -L/Users/sabae/.homebrew/lib
/usr/bin/install -c -d -m 755 \\
Python.framework/Versions/2.7/Resources/English.lproj
/usr/bin/install -c -m 644 Mac/Resources/framework/Info.plist \\
Python.framework/Versions/2.7/Resources/Info.plist
ln -fsn 2.7 Python.framework/Versions/Current
ln -fsn Versions/Current/Python Python.framework/Python
ln -fsn Versions/Current/Headers Python.framework/Headers
ln -fsn Versions/Current/Resources Python.framework/Resources
cc -L/Users/sabae/.homebrew/lib -u _PyMac_Error Python.framework/Versions/2.7/Python -o python.exe \\
Modules/python.o \\
-ldl -framework CoreFoundation
brew: superenv removed: -L/Users/sabae/.homebrew/lib
building dbm using ndbm
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
*** WARNING: renaming "_sqlite3" since importing it failed: dlopen(build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so, 2): Symbol not found: _sqlite3_enable_load_extension
Referenced from: build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so
Expected in: flat namespace
in build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -Wno-deprecated-declarations
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
Python build finished, but the necessary bits to build these modules were not found:
_bsddb dl imageop
linuxaudiodev ossaudiodev spwd
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_sqlite3
==> make install PYTHONAPPSDIR=/Users/sabae/.homebrew/Cellar/python/2.7.3
make install PYTHONAPPSDIR=/Users/sabae/.homebrew/Cellar/python/2.7.3
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/English.lproj
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib
ln -fsn include/python2.7 /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Headers
sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ./python.exe -c 'import platform; print platform.python_version()'`"'/g' < Mac/Resources/framework/Info.plist > /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.
7/Resources/Info.plist
ln -fsn 2.7 /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/Current
ln -fsn Versions/Current/Python /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Python
ln -fsn Versions/Current/Headers /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Headers
ln -fsn Versions/Current/Resources /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Resources
/usr/bin/install -c -m 555 Python.framework/Versions/2.7/Python /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Python
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin
/usr/bin/install -c python.exe /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7
if test -f Python.framework/Versions/2.7/Python; then \\
if test -n "" ; then \\
/usr/bin/install -c -m 555 /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; \\
else \\
/usr/bin/install -c -m 555 Python.framework/Versions/2.7/Python /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/Python.framework/Versions/2.7/Python; \\
if test Python.framework/Versions/2.7/Python != Python.framework/Versions/2.7/Python; then \\
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib; ln -sf Python.framework/Versions/2.7/Python Python.framework/Versions/2.7/Python) \\
fi \\
fi; \\
else true; \\
fi
install: /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/Python.framework/Versions/2.7/Python: No such file or directory
if test -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python -o -h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python; \\
then rm -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python; \\
else true; \\
fi
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2 python)
rm -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2.7 python2)
rm -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2-config
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2.7-config python2-config)
rm -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python-config
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin; ln -s python2-config python-config)
test -d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig || /usr/bin/install -c -d -m 755 /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
rm -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig/python2.pc
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig; ln -s python-2.7.pc python2.pc)
rm -f /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig/python.pc
(cd /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig; ln -s python2.pc python.pc)
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/share/man
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/share/man/man1
/usr/bin/install -c -m 644 ./Misc/python.man \\
/Users/sabae/.homebrew/Cellar/python/2.7.3/share/man/man1/python2.7.1
building dbm using ndbm
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
*** WARNING: renaming "_sqlite3" since importing it failed: dlopen(build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so, 2): Symbol not found: _sqlite3_enable_load_extension
Referenced from: build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so
Expected in: flat namespace
in build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so
Python build finished, but the necessary bits to build these modules were not found:
_bsddb dl imageop
linuxaudiodev ossaudiodev spwd
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_sqlite3
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal
/usr/bin/install -c -m 644 ./Lib/BaseHTTPServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/Bastion.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/CGIHTTPServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/ConfigParser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/Cookie.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/DocXMLRPCServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/HTMLParser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/MimeWriter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/Queue.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/SimpleHTTPServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/SimpleXMLRPCServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/SocketServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/StringIO.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/UserDict.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/UserList.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/UserString.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_LWPCookieJar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_MozillaCookieJar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/__future__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/__phello__.foo.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_abcoll.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_pyio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_strptime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_threading_local.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/_weakrefset.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/abc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/aifc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/antigravity.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/anydbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/argparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/ast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/asynchat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/asyncore.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/atexit.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/audiodev.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/base64.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/bdb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/binhex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/bisect.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/cProfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/calendar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/cgi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/cgitb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/chunk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/cmd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/code.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/codecs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/codeop.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/collections.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/colorsys.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/commands.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/compileall.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/contextlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/cookielib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/copy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/copy_reg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/csv.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/dbhash.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/decimal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/difflib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/dircache.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/dis.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/doctest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/dumbdbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/dummy_thread.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/dummy_threading.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/filecmp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/fileinput.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/fnmatch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/formatter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/fpformat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/fractions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/ftplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/functools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/genericpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/getopt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/getpass.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/gettext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/glob.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/gzip.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/hashlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/heapq.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/hmac.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/htmlentitydefs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/htmllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/httplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/ihooks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/imaplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/imghdr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/imputil.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/inspect.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/io.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/keyword.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/linecache.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/locale.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/macpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/macurl2path.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/mailbox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/mailcap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/markupbase.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/md5.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/mhlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/mimetools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/mimetypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/mimify.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/modulefinder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/multifile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/mutex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/netrc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/new.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/nntplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/ntpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/nturl2path.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/numbers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/opcode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/optparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/os.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/os2emxpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/pdb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pickle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pickletools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pipes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pkgutil.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/platform.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/plistlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/popen2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/poplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/posixfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/posixpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pprint.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/profile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pstats.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pty.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/py_compile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pyclbr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/pydoc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/quopri.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/random.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/re.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/repr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/rexec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/rfc822.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/rlcompleter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/robotparser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/runpy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sched.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sets.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sgmllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sha.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/shelve.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/shlex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/shutil.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/site.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/smtpd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/smtplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sndhdr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/socket.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sre.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sre_compile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sre_constants.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sre_parse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/ssl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/stat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/statvfs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/string.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/stringold.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/stringprep.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/struct.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/subprocess.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sunau.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sunaudio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/symbol.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/symtable.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/sysconfig.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/tabnanny.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/tarfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/telnetlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/tempfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/textwrap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/this.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/threading.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/timeit.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/toaiff.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/token.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/tokenize.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/trace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/traceback.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/tty.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/types.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/urllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/urllib2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/urlparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/user.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c ./Lib/uu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/uuid.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/warnings.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/wave.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/weakref.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/webbrowser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/whichdb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/xdrlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/xmllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/xmlrpclib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/zipfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/pdb.doc /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/wsgiref.egg-info /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/usr/bin/install -c -m 644 ./Lib/lib-tk/Canvas.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Dialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/FileDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/FixTk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/ScrolledText.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/SimpleDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tix.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkconstants.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkdnd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/Tkinter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkColorChooser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkCommonDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkFileDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkFont.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkMessageBox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/tkSimpleDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/ttk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/turtle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/README /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/runtktests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_loadtk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_tkinter/test_text.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_extensions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_functions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_style.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/lib-tk/test/test_ttk/test_widgets.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk
/usr/bin/install -c -m 644 ./Lib/site-packages/README /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
/usr/bin/install -c -m 644 ./Lib/test/185test.db /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/Sine-1000Hz-300ms.aif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/audiotest.au /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/autotest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/bad_coding.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/bad_coding2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badcert.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badkey.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future4.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future5.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future6.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future7.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future8.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_future9.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/badsyntax_nocaret.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/buffer_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/cfgparser.1 /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/check_soundcard.vbs /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/cmath_testcases.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/curses_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/doctest_aliases.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/double_const.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/empty.vbs /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/exception_hierarchy.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/floating_points.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/fork_wait.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/formatfloat_testcases.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/gdb_sample.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/greyrgb.uue /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/https_svn_python_org_root.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/ieee754.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/infinite_reload.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/inspect_fodder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/inspect_fodder2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/keycert.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/list_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/lock_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/mapping_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/math_testcases.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/nokia.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/nullcert.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/outstanding_bugs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/pickletester.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/profilee.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/pyclbr_input.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/pydoc_mod.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/pydocfodder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/pystone.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/randv2_32.pck /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/randv2_64.pck /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/randv3.pck /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/re_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/regrtest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/relimport.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/reperf.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/sample_doctest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/script_helper.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/seq_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/sgml_input.html /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/sha256.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/sortperf.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/ssl_cert.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/ssl_key.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/string_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_MimeWriter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_SimpleHTTPServer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_StringIO.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test___all__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test___future__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test__locale.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_abc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_abstract_numbers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_aepack.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_aifc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_al.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_anydbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_applesingle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_argparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_array.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ascii_formatd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_asynchat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_asyncore.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_atexit.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_audioop.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_augassign.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_base64.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bastion.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bigaddrspace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bigmem.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_binascii.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_binhex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_binop.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bisect.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bool.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_bsddb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bsddb185.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bsddb3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_buffer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bufio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_builtin.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bytes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_bz2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_calendar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_call.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_capi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_cd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cfgparser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cgi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_charmapcodec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_cl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_class.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd_line.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cmd_line_script.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_code.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codeccallbacks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_cn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_hk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_iso2022.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_jp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_kr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecencodings_tw.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_cn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_hk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_jp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_kr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecmaps_tw.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codecs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_codeop.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_coding.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_coercion.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_collections.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_colorsys.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_commands.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_compare.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_compile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_compileall.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_compiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_complex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_complex_args.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_contains.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_contextlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cookie.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cookielib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_copy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_copy_reg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cpickle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_cprofile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_crypt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_csv.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ctypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_curses.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_datetime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_decimal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_decorators.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_defaultdict.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_deque.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_descr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_descrtut.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dict.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dictcomps.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dictviews.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_difflib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_difflib_expect.html /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dircache.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dis.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_distutils.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_dl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest2.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest3.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_doctest4.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_docxmlrpc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dumbdbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dummy_thread.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_dummy_threading.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_email.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_email_codecs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_email_renamed.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_enumerate.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_eof.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_epoll.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_errno.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_exception_variations.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_exceptions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_extcall.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fcntl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_file.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_file2k.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_filecmp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fileinput.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fileio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_float.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fnmatch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fork1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_format.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fpformat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_fractions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_frozen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ftplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_funcattrs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_functools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future4.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future5.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_future_builtins.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_gc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_gdb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_gdbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_generators.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_genericpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_genexps.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_getargs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_getargs2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_getopt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_gettext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_gl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_glob.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_global.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_grammar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_grp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_gzip.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_hash.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_hashlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_heapq.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_hmac.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_hotshot.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_htmllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_htmlparser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_httplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_httpservers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_imageop.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_imaplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_imgfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_imp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_import.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_importhooks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_importlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_index.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_inspect.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_int.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_int_literal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_io.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ioctl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_isinstance.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_iter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_iterlen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_itertools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_json.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_kqueue.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_largefile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_lib2to3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_linecache.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_linuxaudiodev.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_list.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_locale.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_logging.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_long.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_long_future.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_longexp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_macos.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_macostools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_macpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mailbox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_marshal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_math.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_md5.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_memoryio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_memoryview.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mhlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mimetools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mimetypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_minidom.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mmap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_module.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_modulefinder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_msilib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_multibytecodec_support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_multifile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_multiprocessing.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mutants.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_mutex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_netrc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_new.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_nis.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_normalization.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ntpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_old_mailbox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_opcodes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_openpty.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_operator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_optparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_os.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ossaudiodev.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_parser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pdb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_peepholer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep247.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep263.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep277.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep292.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pep352.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pickle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pickletools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pipes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkgimport.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pkgutil.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_platform.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_plistlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_poll.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_popen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_popen2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_poplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_posix.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_posixpath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pow.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pprint.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_print.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_profile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_property.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pstats.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pty.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pwd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_py3kwarn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_py_compile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pyclbr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pydoc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_pyexpat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_queue.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_quopri.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_random.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_re.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_readline.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_repr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_resource.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_rfc822.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_richcmp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_rlcompleter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_robotparser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_runpy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sax.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_scope.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_scriptpackages.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_select.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_set.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_setcomps.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sets.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sgmllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sha.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_shelve.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_shlex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_shutil.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_signal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_site.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_slice.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_smtplib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_smtpnet.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_socket.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_socketserver.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_softspace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sort.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sqlite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ssl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_startfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_str.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_strftime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_string.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_stringprep.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_strop.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_strptime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_strtod.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_struct.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_structmembers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_structseq.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_subprocess.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sunaudiodev.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sundry.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_symtable.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_syntax.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys_setprofile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sys_settrace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_sysconfig.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_tarfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_tcl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_telnetlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_tempfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_textwrap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_thread.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_threaded_import.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_threadedtempfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_threading.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_threading_local.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_threadsignals.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_time.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_timeout.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_tk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_tokenize.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_trace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_traceback.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_transformer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ttk_guionly.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ttk_textonly.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_tuple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_typechecks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_types.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_ucn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_unary.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_undocumented_details.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicode_file.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_unicodedata.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_unittest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_univnewlines.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_univnewlines2k.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_unpack.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2_localnet.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllib2net.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_urllibnet.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_urlparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_userdict.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_userlist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c ./Lib/test/test_userstring.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_uu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_uuid.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_wait3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_wait4.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_warnings.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_wave.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_weakref.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_weakset.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_whichdb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_winreg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_winsound.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_with.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_wsgiref.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xdrlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xml_etree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xml_etree_c.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xmllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xmlrpc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xpickle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_xrange.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipfile64.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipimport.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_zipimport_support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/test_zlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/testall.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/testcodec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/testimg.uue /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/testimgr.uue /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/testrgb.uue /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/testtar.tar /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/tf_inherit_check.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/threaded_import_hangers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/time_hashlib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/tokenize_tests.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/warning_tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/win_console_handler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/wrongcert.pem /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/xmltests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/zipdir.zip /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test
/usr/bin/install -c -m 644 ./Lib/test/data/README /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/big5hkscs.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/cp949.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jisx0213.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_jp.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/euc_kr.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb18030.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gb2312.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/gbk.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/hz.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_jp.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/iso2022_kr.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/johab.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jis.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213-utf8.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/cjkencodings/shift_jisx0213.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/abs.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/add.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/and.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/base.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/clamp.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/class.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/compare.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotal.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/comparetotmag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copy.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copyabs.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copynegate.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/copysign.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAbs.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAdd.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddAnd.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddBase.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCanonical.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddClass.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompare.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareSig.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotal.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCompareTotalMag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopy.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyAbs.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopyNegate.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddCopySign.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivide.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddDivideInt.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddEncode.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddFMA.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddInvert.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddLogB.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMax.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMaxMag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMin.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinMag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMinus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddMultiply.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextMinus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextPlus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddNextToward.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddOr.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddPlus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddQuantize.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddReduce.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainder.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRemainderNear.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddRotate.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSameQuantum.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddScaleB.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddShift.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddSubtract.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddToIntegral.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ddXor.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decDouble.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decQuad.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/decSingle.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divide.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/divideint.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAbs.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAdd.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqAnd.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqBase.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCanonical.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqClass.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompare.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareSig.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotal.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCompareTotalMag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopy.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyAbs.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopyNegate.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqCopySign.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivide.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqDivideInt.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqEncode.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqFMA.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqInvert.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqLogB.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMax.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMaxMag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMin.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinMag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMinus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqMultiply.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextMinus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextPlus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqNextToward.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqOr.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqPlus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqQuantize.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqReduce.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainder.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRemainderNear.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqRotate.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSameQuantum.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqScaleB.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqShift.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqSubtract.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqToIntegral.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dqXor.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsBase.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/dsEncode.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/exp.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/extra.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/fma.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/inexact.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/invert.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/ln.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/log10.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/logb.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/max.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/maxmag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/min.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minmag.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/minus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/multiply.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextminus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nextplus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/nexttoward.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/or.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/plus.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/power.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/powersqrt.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/quantize.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randomBound32.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/randoms.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/reduce.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainder.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/remainderNear.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rescale.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rotate.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/rounding.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/samequantum.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/scaleb.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/shift.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/squareroot.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/subtract.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/testall.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegral.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/tointegralx.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/decimaltestdata/xor.decTest /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple-ns.xml /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/simple.xml /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/xmltestdata/test.xml.out /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata
/usr/bin/install -c -m 644 ./Lib/test/subprocessdata/sigchild_ignore.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata
/usr/bin/install -c -m 644 ./Lib/test/tracedmodules/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules
/usr/bin/install -c -m 644 ./Lib/test/tracedmodules/testmod.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules
/usr/bin/install -c -m 644 ./Lib/encodings/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/aliases.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/ascii.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/base64_codec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/big5.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/big5hkscs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/bz2_codec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/charmap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp037.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1006.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1026.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1140.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1250.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1251.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1252.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1253.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1254.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1255.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1256.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1257.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp1258.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp424.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp437.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp500.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp720.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp737.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp775.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp850.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp852.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp855.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp856.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp857.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp858.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp860.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp861.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp862.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp863.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp864.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp865.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp866.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp869.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp874.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp875.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp932.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp949.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/cp950.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jis_2004.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jisx0213.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_jp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/euc_kr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gb18030.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gb2312.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/gbk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hex_codec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hp_roman8.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/hz.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/idna.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_2004.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_jp_ext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso2022_kr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_10.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_11.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_13.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_14.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_15.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_16.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_4.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_5.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_6.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_7.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_8.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/iso8859_9.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/johab.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/koi8_r.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/koi8_u.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/latin_1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_arabic.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_centeuro.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_croatian.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_cyrillic.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_farsi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_greek.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_iceland.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_latin2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_roman.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_romanian.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mac_turkish.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/mbcs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/palmos.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/ptcp154.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/punycode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/quopri_codec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/raw_unicode_escape.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/rot_13.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jis_2004.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/shift_jisx0213.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/string_escape.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/tis_620.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/undefined.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/unicode_escape.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/unicode_internal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_be.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_16_le.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_32.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_32_be.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_32_le.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_7.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_8.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/utf_8_sig.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/uu_codec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/encodings/zlib_codec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings
/usr/bin/install -c -m 644 ./Lib/compiler/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/ast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/consts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/future.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/misc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/pyassem.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/pycodegen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/symbols.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/syntax.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/transformer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/compiler/visitor.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler
/usr/bin/install -c -m 644 ./Lib/hotshot/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot
/usr/bin/install -c -m 644 ./Lib/hotshot/log.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot
/usr/bin/install -c -m 644 ./Lib/hotshot/stats.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot
/usr/bin/install -c -m 644 ./Lib/hotshot/stones.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot
/usr/bin/install -c -m 644 ./Lib/email/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/_parseaddr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/base64mime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/charset.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/encoders.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/errors.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/feedparser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/generator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/header.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/iterators.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/message.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/parser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/quoprimime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/utils.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email
/usr/bin/install -c -m 644 ./Lib/email/mime/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/application.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/audio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/base.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/image.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/message.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/multipart.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/nonmultipart.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/mime/text.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime
/usr/bin/install -c -m 644 ./Lib/email/test/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_codecs_renamed.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_renamed.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/test_email_torture.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test
/usr/bin/install -c -m 644 ./Lib/email/test/data/PyBanner048.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/audiotest.au /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_01.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_02.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_03.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_04.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_05.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_06.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_07.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_08.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_09.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_10.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_11.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_12a.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_13.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_14.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_15.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_16.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_17.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_18.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_19.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_20.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_21.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_22.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_23.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_24.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_25.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_26.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_27.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_28.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_29.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_30.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_31.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_32.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_33.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_34.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_35.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_36.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_37.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_38.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_39.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_40.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_41.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_42.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_43.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_44.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_45.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/email/test/data/msg_46.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data
/usr/bin/install -c -m 644 ./Lib/json/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json
/usr/bin/install -c -m 644 ./Lib/json/decoder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json
/usr/bin/install -c -m 644 ./Lib/json/encoder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json
/usr/bin/install -c -m 644 ./Lib/json/scanner.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json
/usr/bin/install -c -m 644 ./Lib/json/tool.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json
/usr/bin/install -c -m 644 ./Lib/json/tests/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_check_circular.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_decode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_default.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_dump.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_encode_basestring_ascii.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_fail.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_float.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_indent.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_pass1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_pass2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_pass3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_recursion.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_scanstring.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_separators.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_speedups.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/json/tests/test_unicode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests
/usr/bin/install -c -m 644 ./Lib/sqlite3/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/dbapi2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/dump.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/dbapi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/dump.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/factory.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/hooks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/py25tests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/regression.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/transactions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/types.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/sqlite3/test/userfunctions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test
/usr/bin/install -c -m 644 ./Lib/logging/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging
/usr/bin/install -c -m 644 ./Lib/logging/config.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging
/usr/bin/install -c -m 644 ./Lib/logging/handlers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging
/usr/bin/install -c -m 644 ./Lib/bsddb/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/db.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbobj.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbrecio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbshelve.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbtables.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/dbutils.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb
/usr/bin/install -c -m 644 ./Lib/bsddb/test/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_all.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_associate.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_basics.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compare.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_compat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_cursor_pget_bug.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_db.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbenv.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbobj.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbshelve.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_dbtables.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_distributed_transactions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_early_close.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_fileid.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_get_none.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_join.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_lock.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_misc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_pickle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_queue.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_recno.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_replication.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_sequence.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/bsddb/test/test_thread.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test
/usr/bin/install -c -m 644 ./Lib/importlib/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib
/usr/bin/install -c -m 644 ./Lib/wsgiref/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/handlers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/headers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/simple_server.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
/usr/bin/install -c -m 644 ./Lib/wsgiref/validate.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref
/usr/bin/install -c -m 644 ./Lib/lib2to3/Grammar.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/PatternGrammar.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/__main__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/btm_matcher.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/btm_utils.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_base.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixer_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/main.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/patcomp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/pygram.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/pytree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/refactor.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_apply.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_basestring.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_buffer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_callable.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_dict.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_except.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_execfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_exitfunc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_filter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_funcattrs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_future.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_getcwdu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_has_key.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_idioms.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_import.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_imports2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_input.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_intern.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_isinstance.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_itertools_imports.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_long.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_map.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_metaclass.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_methodattrs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ne.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_next.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_nonzero.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_numliterals.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_operator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_paren.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_print.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raise.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_raw_input.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_reduce.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_renames.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_repr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_set_literal.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_standarderror.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_sys_exc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_throw.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_tuple_params.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_types.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_unicode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_urllib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_ws_comma.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xrange.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_xreadlines.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/fixes/fix_zip.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/conv.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/driver.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/grammar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/literals.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/parse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/pgen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c ./Lib/lib2to3/pgen2/token.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/pgen2/tokenize.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c ./Lib/lib2to3/tests/pytree_idempotency.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_all_fixers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_fixers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_main.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_parser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_pytree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_refactor.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/test_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/README /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/bom.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/crlf.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/different_encoding.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/infinite_recursion.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py2_test_grammar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/py3_test_grammar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/bad_order.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/no_fixer_cls.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/parrot_example.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes
/usr/bin/install -c -m 644 ./Lib/ctypes/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/_endian.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/wintypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes
/usr/bin/install -c -m 644 ./Lib/ctypes/test/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/runtests.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_anon.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_array_in_pointer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_arrays.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_as_parameter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_bitfields.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_buffers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_byteswap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_callbacks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_cfuncs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_checkretval.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_delattr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errcheck.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_errno.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_find.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_frombuffer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_funcptr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_functions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_incomplete.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_init.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_integers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_internals.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_keeprefs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_libc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_loading.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_macholib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_memfunctions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_numbers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_objects.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_parameters.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pep3118.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pickling.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_pointers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_prototypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_python_api.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_random_things.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_refcounts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_repr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_returnfuncptrs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_simplesubclasses.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_sizes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_slicing.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_stringptr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_strings.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_struct_fields.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_structures.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unaligned_structures.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_unicode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_values.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_varsize_struct.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/test/test_win32.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/README.ctypes /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dyld.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/dylib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c ./Lib/ctypes/macholib/fetch_macholib /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/fetch_macholib.bat /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/ctypes/macholib/framework.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoComplete.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoCompleteWindow.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/AutoExpand.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Bindings.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CREDITS.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CallTipWindow.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CallTips.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ChangeLog /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ClassBrowser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/CodeContext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ColorDelegator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Debugger.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Delegator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/EditorWindow.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/FileList.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/FormatParagraph.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/GrepDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/HISTORY.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/HyperParser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/IOBinding.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/IdleHistory.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/MultiCall.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/MultiStatusBar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/NEWS.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ObjectBrowser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/OutputWindow.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ParenMatch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PathBrowser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Percolator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PyParse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/PyShell.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/README.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteDebugger.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RemoteObjectBrowser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ReplaceDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/RstripExtension.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ScriptBinding.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ScrolledList.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchDialogBase.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/SearchEngine.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/StackViewer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/TODO.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ToolTip.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/TreeWidget.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/UndoDelegator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/WidgetRedirector.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/WindowList.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/ZoomHeight.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/aboutDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-extensions.def /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-highlight.def /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-keys.def /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/config-main.def /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configHandler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configHelpSourceEdit.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/configSectionNameDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/dynOptionMenuWidget.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/extend.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/help.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c ./Lib/idlelib/idle.bat /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idle.pyw /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/idlever.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/keybindingDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/macosxSupport.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/rpc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/run.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/tabbedpages.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/testcode.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/textView.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/folder.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/idle.icns /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/minusnode.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/openfolder.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/plusnode.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/python.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/idlelib/Icons/tk.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons
/usr/bin/install -c -m 644 ./Lib/distutils/README /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/archive_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/bcppcompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/ccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/cmd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/config.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/core.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/cygwinccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/debug.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dep_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dir_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/dist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/emxccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/errors.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/extension.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/fancy_getopt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/file_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/filelist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/log.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/msvc9compiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/msvccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/spawn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/sysconfig.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/text_file.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/unixccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/version.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/versionpredicate.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils
/usr/bin/install -c -m 644 ./Lib/distutils/command/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_dumb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_msi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_rpm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/bdist_wininst.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_clib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_ext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_py.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/build_scripts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/check.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/clean.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/command_template /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/config.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_data.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_egg_info.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_headers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_lib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/install_scripts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/register.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/sdist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/upload.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-6.0.exe /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-7.1.exe /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-8.0.exe /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0-amd64.exe /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/command/wininst-9.0.exe /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command
/usr/bin/install -c -m 644 ./Lib/distutils/tests/Setup.sample /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/setuptools_build_ext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/setuptools_extension.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_archive_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_dumb.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_msi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_rpm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_bdist_wininst.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_clib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_ext.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_py.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_build_scripts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_ccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_check.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_clean.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_cmd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_config_cmd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_core.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dep_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dir_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_dist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_file_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_filelist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_data.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_headers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_lib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_install_scripts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_msvc9compiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_register.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sdist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_spawn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_sysconfig.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_text_file.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_unixccompiler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_upload.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_version.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/distutils/tests/test_versionpredicate.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests
/usr/bin/install -c -m 644 ./Lib/xml/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml
/usr/bin/install -c -m 644 ./Lib/xml/dom/NodeFilter.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/domreg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/expatbuilder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/minicompat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/minidom.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/pulldom.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/dom/xmlbuilder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementInclude.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementPath.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/ElementTree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/etree/cElementTree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree
/usr/bin/install -c -m 644 ./Lib/xml/parsers/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers
/usr/bin/install -c -m 644 ./Lib/xml/parsers/expat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers
/usr/bin/install -c -m 644 ./Lib/xml/sax/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/_exceptions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/expatreader.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/handler.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/saxutils.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
/usr/bin/install -c -m 644 ./Lib/xml/sax/xmlreader.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax
/usr/bin/install -c -m 644 ./Lib/multiprocessing/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/connection.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/forking.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/heap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/managers.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/pool.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/process.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/queues.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/reduction.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/sharedctypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/synchronize.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing
/usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy
/usr/bin/install -c -m 644 ./Lib/multiprocessing/dummy/connection.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy
/usr/bin/install -c -m 644 ./Lib/unittest/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/__main__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/case.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/loader.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/main.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/result.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/runner.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/signals.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/util.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest
/usr/bin/install -c -m 644 ./Lib/unittest/test/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/dummy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/support.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_assertions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_break.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_case.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_discovery.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_functiontestcase.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_loader.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_program.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_result.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_runner.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_setups.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_skipping.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/unittest/test/test_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test
/usr/bin/install -c -m 644 ./Lib/curses/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
/usr/bin/install -c -m 644 ./Lib/curses/ascii.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
/usr/bin/install -c -m 644 ./Lib/curses/has_key.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
/usr/bin/install -c -m 644 ./Lib/curses/panel.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
/usr/bin/install -c -m 644 ./Lib/curses/textpad.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
/usr/bin/install -c -m 644 ./Lib/curses/wrapper.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses
/usr/bin/install -c -m 644 ./Lib/pydoc_data/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data
/usr/bin/install -c -m 644 ./Lib/pydoc_data/topics.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data
/usr/bin/install -c -m 644 ./Lib/plat-darwin/IN.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin
/usr/bin/install -c ./Lib/plat-darwin/regen /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin
/usr/bin/install -c -m 644 ./Lib/plat-mac/Audio_mac.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/EasyDialogs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/FrameWork.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/MiniAEFrame.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/PixMapWrapper.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/aepack.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/aetools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/aetypes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/applesingle.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/appletrawmain.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c ./Lib/plat-mac/appletrunner.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/argvemulator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/bgenlocations.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/buildtools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c ./Lib/plat-mac/bundlebuilder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/cfmfile.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/dialogs.rsrc /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/errors.rsrc /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/findertools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/gensuitemodule.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/ic.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/icopen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/macerrors.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/macostools.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/macresource.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/pimp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/terminalcommand.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/videoreader.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AE.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AH.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Alias.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Aliases.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/App.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Appearance.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AppleEvents.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/AppleHelp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CF.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CG.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CarbonEvents.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CarbonEvt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Cm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Components.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/ControlAccessor.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Controls.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CoreFoundation.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/CoreGraphics.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Ctl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dialogs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dlg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Drag.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Dragconst.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Events.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Evt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/File.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Files.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Fm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Folder.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Folders.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Fonts.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Help.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/IBCarbon.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/IBCarbonRuntime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Icn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Icons.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Launch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/LaunchServices.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/List.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Lists.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MacHelp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MacTextEditor.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/MediaDescr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Menu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Menus.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Mlte.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/OSA.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/OSAconst.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QDOffscreen.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qdoffs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Qt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QuickDraw.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/QuickTime.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Res.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Resources.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Scrap.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Snd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Sndihooks.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Sound.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/TE.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/TextEdit.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Win.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/Windows.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/Carbon/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Required.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Enumerations.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Files.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Finder_items.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Finder/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Required_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/Text.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Netscape/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal
/usr/bin/install -c -m 644 ./Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal
/usr/bin/install -c -m 644 ./LICENSE /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/LICENSE.txt
if test -d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests; then \\
/usr/bin/install -c -m 644 ./Modules/xxmodule.c \\
/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests ; \\
fi
PYTHONPATH=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: \\
./python.exe -Wi -tt /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \\
-d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -f \\
-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \\
/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Bastion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/CGIHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Cookie.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/DocXMLRPCServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/MimeWriter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleXMLRPCServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserString.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_LWPCookieJar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_MozillaCookieJar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__phello__.foo.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_pyio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/aifc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/antigravity.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/anydbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/argparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asynchat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asyncore.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/audiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/binhex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/db.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbobj.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbrecio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbshelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbtables.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbutils.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_all.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_associate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_basics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compare.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_db.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbenv.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbobj.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbshelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbtables.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_distributed_transactions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_early_close.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_fileid.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_get_none.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_join.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_lock.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_misc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_pickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_queue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_recno.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_replication.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_sequence.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cProfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgitb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/code.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codeop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/colorsys.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/commands.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/ast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/consts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/misc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pyassem.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pycodegen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/symbols.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/syntax.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/transformer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/visitor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cookielib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/csv.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/runtests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_anon.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_array_in_pointer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_arrays.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_as_parameter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_bitfields.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_buffers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_byteswap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_callbacks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cfuncs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_checkretval.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_delattr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errcheck.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errno.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_find.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_frombuffer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_funcptr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_functions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_incomplete.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_init.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_integers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_internals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_keeprefs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_libc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_loading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_macholib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_memfunctions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_numbers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_objects.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_parameters.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pep3118.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pickling.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pointers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_prototypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_python_api.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_random_things.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_refcounts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_returnfuncptrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_simplesubclasses.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_sizes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_slicing.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_stringptr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_strings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_struct_fields.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_structures.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unaligned_structures.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_values.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_varsize_struct.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_win32.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/ascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/has_key.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/panel.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/textpad.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dbhash.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dircache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/archive_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/bcppcompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/ccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_dumb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_msi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_rpm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_wininst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_clib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/check.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/clean.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_data.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_egg_info.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_headers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_lib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/register.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/upload.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cygwinccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/debug.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dep_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dir_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/emxccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/extension.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/fancy_getopt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/file_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/filelist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvc9compiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_build_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_extension.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_archive_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_dumb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_msi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_rpm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_wininst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_clib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_py.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_ccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_check.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_clean.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config_cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_core.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dep_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dir_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_file_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_filelist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_data.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_headers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_lib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_msvc9compiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_register.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_spawn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sysconfig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_text_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_unixccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_upload.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_version.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_versionpredicate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/text_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/unixccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/version.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/versionpredicate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dumbdbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_threading.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/_parseaddr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/base64mime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/charset.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/encoders.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/errors.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/feedparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/generator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/iterators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/message.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/application.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/audio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/base.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/image.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/message.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/multipart.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/nonmultipart.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/text.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/quoprimime.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs_renamed.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_renamed.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_torture.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/utils.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/filecmp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fileinput.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/formatter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fpformat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fractions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getpass.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hmac.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/log.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stats.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stones.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmlentitydefs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoComplete.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoCompleteWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoExpand.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Bindings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTipWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTips.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ClassBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CodeContext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ColorDelegator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Debugger.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Delegator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/EditorWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FileList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FormatParagraph.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/GrepDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/HyperParser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IOBinding.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IdleHistory.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiCall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiStatusBar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ObjectBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/OutputWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ParenMatch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PathBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Percolator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyParse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteDebugger.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteObjectBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ReplaceDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RstripExtension.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScriptBinding.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScrolledList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialogBase.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchEngine.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/StackViewer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ToolTip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/TreeWidget.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/UndoDelegator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WidgetRedirector.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WindowList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ZoomHeight.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/aboutDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHandler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHelpSourceEdit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configSectionNameDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/dynOptionMenuWidget.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idlever.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/keybindingDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/macosxSupport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/rpc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/run.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/tabbedpages.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/testcode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/textView.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ihooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imghdr.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imputil.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/scanner.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_check_circular.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_decode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_default.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_dump.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_encode_basestring_ascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_fail.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_float.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_indent.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_recursion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_scanstring.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_separators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_speedups.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tool.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Canvas.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Dialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FileDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FixTk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ScrolledText.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/SimpleDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tix.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkconstants.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkdnd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/runtktests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_loadtk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_text.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_extensions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_functions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_style.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_widgets.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkColorChooser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkCommonDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFileDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFont.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkMessageBox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkSimpleDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ttk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/turtle.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__main__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_matcher.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_utils.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_base.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_util.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_apply.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_basestring.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_buffer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_callable.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_dict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_except.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_execfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exitfunc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_filter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_funcattrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_getcwdu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_has_key.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_idioms.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_import.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_input.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_intern.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_isinstance.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_long.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_map.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_metaclass.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_methodattrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ne.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_next.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_nonzero.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_numliterals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_operator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_paren.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_print.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raise.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raw_input.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_reduce.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_renames.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_set_literal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_standarderror.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_sys_exc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_throw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_tuple_params.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_types.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_urllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ws_comma.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xrange.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xreadlines.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_zip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/main.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/patcomp.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/conv.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/driver.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/grammar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/literals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/parse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/pgen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/token.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/tokenize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pygram.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pytree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/refactor.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/pytree_idempotency.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_all_fixers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_fixers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_main.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_parser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_pytree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_refactor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macurl2path.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailbox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailcap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/markupbase.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/md5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mhlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimify.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/modulefinder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multifile.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/connection.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/connection.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/forking.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/heap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/managers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/reduction.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/sharedctypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/synchronize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mutex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/netrc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/new.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nntplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nturl2path.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os2emxpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickletools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pipes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin/IN.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Audio_mac.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AH.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Alias.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Aliases.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/App.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Appearance.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleEvents.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleHelp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CF.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CG.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvents.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Cm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Components.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/ControlAccessor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Controls.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreFoundation.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreGraphics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Ctl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dialogs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dlg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Drag.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dragconst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Events.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Files.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folders.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fonts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Help.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbon.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbonRuntime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icons.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Launch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/LaunchServices.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/List.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Lists.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacHelp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacTextEditor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MediaDescr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menus.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Mlte.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSA.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSAconst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QDOffscreen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qdoffs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickDraw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickTime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Res.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Resources.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Scrap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Snd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sndihooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sound.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TE.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TextEdit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Win.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Windows.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/EasyDialogs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/FrameWork.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/MiniAEFrame.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/PixMapWrapper.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aepack.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/applesingle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrawmain.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrunner.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/argvemulator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bgenlocations.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/buildtools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bundlebuilder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/cfmfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/findertools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/gensuitemodule.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/ic.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/icopen.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Required.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Files.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Required_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Text.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macerrors.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macostools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macresource.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/pimp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/terminalcommand.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/videoreader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/popen2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/poplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/profile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pstats.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pyclbr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/topics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rexec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rfc822.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rlcompleter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/robotparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sched.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sets.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sgmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sha.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtpd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sndhdr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dbapi2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dump.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dbapi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dump.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/factory.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/hooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/py25tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/regression.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/transactions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/types.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/userfunctions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/statvfs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringold.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunau.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunaudio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symbol.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symtable.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tabnanny.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/autotest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/buffer_tests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/curses_tests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/doctest_aliases.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/double_const.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/fork_wait.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/gdb_sample.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/infinite_reload.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/list_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/lock_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/mapping_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/outstanding_bugs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/profilee.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pyclbr_input.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydoc_mod.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydocfodder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pystone.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/re_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/regrtest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/relimport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/reperf.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sample_doctest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/script_helper.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/seq_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sortperf.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/string_tests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata/sigchild_ignore.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_MimeWriter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_SimpleHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_StringIO.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___all__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___future__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test__locale.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abstract_numbers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aepack.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aifc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_al.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_anydbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_applesingle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_argparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_array.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ascii_formatd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asynchat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asyncore.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_atexit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_audioop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_augassign.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_base64.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bastion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigaddrspace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigmem.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binhex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bisect.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bool.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb185.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_buffer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bufio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_builtin.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bytes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bz2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_calendar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_call.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_capi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cfgparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cgi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_charmapcodec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_class.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line_script.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_code.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeccallbacks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_cn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_hk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_iso2022.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_tw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_cn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_hk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_tw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coding.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coercion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_collections.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_colorsys.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_commands.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compare.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compileall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex_args.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contains.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contextlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookie.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookielib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy_reg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cpickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cprofile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_crypt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_csv.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ctypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_curses.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_datetime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decimal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decorators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_defaultdict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_deque.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descrtut.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictcomps.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictviews.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_difflib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dircache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dis.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_distutils.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_docxmlrpc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dumbdbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_threading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_renamed.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_enumerate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_eof.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_epoll.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_errno.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exception_variations.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exceptions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_extcall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fcntl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file2k.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_filecmp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileinput.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_float.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fnmatch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fork1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_format.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fpformat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fractions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_frozen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ftplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_funcattrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_functools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future4.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future_builtins.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_generators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genericpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genexps.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getopt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gettext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_glob.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_global.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grammar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gzip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hash.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hashlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_heapq.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hmac.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hotshot.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmlparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httpservers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imageop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imaplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imgfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_import.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importhooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_index.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_inspect.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int_literal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_io.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ioctl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_isinstance.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iterlen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_itertools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_json.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_kqueue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_largefile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_lib2to3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linecache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linuxaudiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_list.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_locale.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_logging.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long_future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_longexp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macos.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macostools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mailbox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_marshal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_math.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_md5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryview.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mhlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_minidom.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mmap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_module.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_modulefinder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_msilib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec_support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multifile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multiprocessing.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutants.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_netrc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_new.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_nis.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_normalization.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ntpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_old_mailbox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_opcodes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_openpty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_operator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_optparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_os.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ossaudiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_parser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_peepholer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep247.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep263.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep277.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep292.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep352.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickletools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pipes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgimport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgutil.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_platform.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_plistlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poll.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posix.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posixpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pprint.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_print.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_profile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_property.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pstats.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pwd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py3kwarn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyclbr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pydoc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyexpat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_queue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_quopri.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_random.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_re.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_readline.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_resource.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rfc822.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_richcmp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rlcompleter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_robotparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_runpy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sax.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scope.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scriptpackages.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_select.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_set.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_setcomps.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sets.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sgmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sha.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shlex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shutil.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_signal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_site.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_slice.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtpnet.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socket.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socketserver.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_softspace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sort.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sqlite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ssl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_startfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_str.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strftime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_string.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_stringprep.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strptime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strtod.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_struct.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structmembers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structseq.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_subprocess.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sunaudiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sundry.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_symtable.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_syntax.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_setprofile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_settrace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sysconfig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tarfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tcl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_telnetlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tempfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_textwrap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threaded_import.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadedtempfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading_local.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadsignals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_time.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_timeout.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tokenize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_trace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_traceback.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_transformer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_guionly.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_textonly.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tuple.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_typechecks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_types.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ucn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unary.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_undocumented_details.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicodedata.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unittest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines2k.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unpack.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2_localnet.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2net.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllibnet.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urlparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userdict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userlist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userstring.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uuid.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait4.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_warnings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wave.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakref.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakset.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_whichdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winreg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winsound.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_with.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wsgiref.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xdrlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree_c.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmlrpc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xrange.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile64.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport_support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testcodec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tf_inherit_check.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/threaded_import_hangers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/time_hashlib.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/testmod.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/warning_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/win_console_handler.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/this.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/timeit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/toaiff.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/trace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__main__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/dummy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_assertions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_break.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_case.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_discovery.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_functiontestcase.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_loader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_program.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_result.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_runner.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_setups.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_skipping.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/user.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uuid.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/webbrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/whichdb.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/headers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/simple_server.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/validate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xdrlib.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/NodeFilter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/domreg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minicompat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minidom.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/pulldom.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/xmlbuilder.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementInclude.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementPath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/cElementTree.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/expat.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/_exceptions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/expatreader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/handler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/saxutils.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/xmlreader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py ...
PYTHONPATH=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: \\
./python.exe -Wi -tt -O /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \\
-d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 -f \\
-x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \\
/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Bastion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/CGIHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Cookie.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/DocXMLRPCServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/HTMLParser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/MimeWriter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/Queue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SimpleXMLRPCServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserString.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_LWPCookieJar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_MozillaCookieJar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__phello__.foo.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_pyio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_strptime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_threading_local.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_weakrefset.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/abc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/aifc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/antigravity.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/anydbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/argparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asynchat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/asyncore.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/audiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/base64.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/binhex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bisect.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/db.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbobj.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbrecio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbshelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbtables.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/dbutils.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_all.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_associate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_basics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compare.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_compat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_cursor_pget_bug.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_db.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbenv.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbobj.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbshelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_dbtables.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_distributed_transactions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_early_close.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_fileid.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_get_none.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_join.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_lock.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_misc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_pickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_queue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_recno.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_replication.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_sequence.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/test/test_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cProfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/calendar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cgitb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/chunk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/code.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codeop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/colorsys.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/commands.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/ast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/consts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/misc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pyassem.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/pycodegen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/symbols.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/syntax.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/transformer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compiler/visitor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/cookielib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/copy_reg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/csv.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/_endian.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dyld.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/dylib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/macholib/framework.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/runtests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_anon.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_array_in_pointer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_arrays.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_as_parameter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_bitfields.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_buffers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_byteswap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_callbacks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_cfuncs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_checkretval.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_delattr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errcheck.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_errno.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_find.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_frombuffer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_funcptr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_functions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_incomplete.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_init.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_integers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_internals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_keeprefs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_libc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_loading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_macholib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_memfunctions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_numbers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_objects.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_parameters.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pep3118.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pickling.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_pointers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_prototypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_python_api.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_random_things.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_refcounts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_returnfuncptrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_simplesubclasses.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_sizes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_slicing.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_stringptr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_strings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_struct_fields.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_structures.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unaligned_structures.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_values.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_varsize_struct.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/test/test_win32.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/ascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/has_key.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/panel.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/textpad.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/curses/wrapper.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dbhash.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/difflib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dircache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dis.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/archive_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/bcppcompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/ccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_dumb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_msi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_rpm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/bdist_wininst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_clib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/check.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/clean.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_data.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_egg_info.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_headers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_lib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/register.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/sdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/upload.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cygwinccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/debug.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dep_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dir_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/emxccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/errors.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/extension.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/fancy_getopt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/file_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/filelist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/log.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvc9compiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/msvccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/spawn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/sysconfig.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_build_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/setuptools_extension.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_archive_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_dumb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_msi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_rpm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_bdist_wininst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_clib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_py.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_build_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_ccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_check.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_clean.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_config_cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_core.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dep_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dir_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_dist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_file_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_filelist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_data.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_headers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_lib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_install_scripts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_msvc9compiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_register.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sdist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_spawn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_sysconfig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_text_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_unixccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_upload.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_version.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/tests/test_versionpredicate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/text_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/unixccompiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/version.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/versionpredicate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/doctest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dumbdbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dummy_threading.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/_parseaddr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/base64mime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/charset.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/encoders.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/errors.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/feedparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/generator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/iterators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/message.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/application.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/audio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/base.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/image.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/message.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/multipart.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/nonmultipart.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/mime/text.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/parser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/quoprimime.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/data ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_codecs_renamed.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_renamed.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/test/test_email_torture.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/utils.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/aliases.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/base64_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/big5hkscs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/bz2_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/charmap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp037.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1006.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1026.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1140.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1250.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1251.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1252.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1253.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1254.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1255.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1256.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1257.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp1258.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp424.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp437.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp500.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp720.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp737.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp775.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp850.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp852.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp855.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp856.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp857.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp858.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp860.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp861.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp862.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp863.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp864.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp865.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp866.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp869.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp874.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp875.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp932.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp949.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/cp950.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jis_2004.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jisx0213.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/euc_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb18030.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gb2312.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/gbk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hex_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hp_roman8.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/hz.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/idna.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_2004.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_jp_ext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso2022_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_10.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_11.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_13.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_14.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_15.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_16.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_4.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_6.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_7.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_8.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/iso8859_9.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/johab.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_r.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/koi8_u.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/latin_1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_arabic.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_centeuro.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_croatian.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_cyrillic.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_farsi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_greek.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_iceland.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_latin2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_roman.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_romanian.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mac_turkish.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/mbcs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/palmos.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/ptcp154.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/punycode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/quopri_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/raw_unicode_escape.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/rot_13.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jis_2004.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/shift_jisx0213.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/string_escape.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/tis_620.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/undefined.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_escape.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/unicode_internal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_be.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_16_le.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_be.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_32_le.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_7.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8_sig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/uu_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/zlib_codec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/filecmp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fileinput.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fnmatch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/formatter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fpformat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/fractions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ftplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/functools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getopt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/getpass.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gettext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/glob.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/heapq.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hmac.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/log.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stats.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hotshot/stones.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmlentitydefs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/htmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoComplete.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoCompleteWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/AutoExpand.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Bindings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTipWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CallTips.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ClassBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/CodeContext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ColorDelegator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Debugger.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Delegator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/EditorWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FileList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/FormatParagraph.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/GrepDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/HyperParser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IOBinding.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Icons ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/IdleHistory.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiCall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/MultiStatusBar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ObjectBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/OutputWindow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ParenMatch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PathBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/Percolator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyParse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteDebugger.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RemoteObjectBrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ReplaceDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/RstripExtension.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScriptBinding.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ScrolledList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchDialogBase.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/SearchEngine.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/StackViewer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ToolTip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/TreeWidget.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/UndoDelegator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WidgetRedirector.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/WindowList.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/ZoomHeight.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/aboutDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHandler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configHelpSourceEdit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/configSectionNameDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/dynOptionMenuWidget.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/idlever.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/keybindingDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/macosxSupport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/rpc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/run.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/tabbedpages.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/testcode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/textView.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ihooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imaplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imghdr.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/imputil.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/inspect.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/scanner.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_check_circular.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_decode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_default.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_dump.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_encode_basestring_ascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_fail.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_float.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_indent.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_pass3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_recursion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_scanstring.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_separators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_speedups.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tests/test_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/tool.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/keyword.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Canvas.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Dialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FileDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/FixTk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ScrolledText.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/SimpleDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tix.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkconstants.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkdnd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/runtktests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_loadtk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_tkinter/test_text.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_extensions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_functions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_style.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/test/test_ttk/test_widgets.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkColorChooser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkCommonDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFileDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkFont.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkMessageBox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/tkSimpleDialog.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/ttk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/turtle.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/__main__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_matcher.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/btm_utils.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_base.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixer_util.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_apply.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_basestring.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_buffer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_callable.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_dict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_except.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_execfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_exitfunc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_filter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_funcattrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_getcwdu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_has_key.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_idioms.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_import.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_imports2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_input.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_intern.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_isinstance.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_itertools_imports.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_long.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_map.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_metaclass.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_methodattrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ne.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_next.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_nonzero.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_numliterals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_operator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_paren.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_print.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raise.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_raw_input.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_reduce.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_renames.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_set_literal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_standarderror.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_sys_exc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_throw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_tuple_params.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_types.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_urllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_ws_comma.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xrange.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_xreadlines.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/fixes/fix_zip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/main.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/patcomp.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/conv.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/driver.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/grammar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/literals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/parse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/pgen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/token.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pgen2/tokenize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pygram.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/pytree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/refactor.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/data/fixers/myfixes ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/pytree_idempotency.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_all_fixers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_fixers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_main.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_parser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_pytree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_refactor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib2to3/tests/test_util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/macurl2path.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailbox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mailcap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/markupbase.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/md5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mhlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimetypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mimify.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/modulefinder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multifile.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/connection.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/dummy/connection.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/forking.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/heap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/managers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/reduction.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/sharedctypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/synchronize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/mutex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/netrc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/new.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nntplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ntpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/nturl2path.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/numbers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/opcode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/optparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os2emxpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickletools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pipes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin/IN.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Audio_mac.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AE.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AH.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Alias.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Aliases.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/App.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Appearance.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleEvents.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/AppleHelp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CF.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CG.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvents.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CarbonEvt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Cm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Components.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/ControlAccessor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Controls.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreFoundation.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/CoreGraphics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Ctl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dialogs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dlg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Drag.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Dragconst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Events.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Evt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/File.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Files.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Folders.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Fonts.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Help.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbon.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/IBCarbonRuntime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Icons.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Launch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/LaunchServices.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/List.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Lists.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacHelp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MacTextEditor.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/MediaDescr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Menus.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Mlte.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSA.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/OSAconst.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QDOffscreen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qdoffs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Qt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickDraw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/QuickTime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Res.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Resources.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Scrap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Snd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sndihooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Sound.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TE.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/TextEdit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Win.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/Windows.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/Carbon/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/EasyDialogs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/FrameWork.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/MiniAEFrame.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/PixMapWrapper.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aepack.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/aetypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/applesingle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrawmain.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/appletrunner.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/argvemulator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bgenlocations.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/buildtools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/bundlebuilder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/cfmfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/findertools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/gensuitemodule.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/ic.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/icopen.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Required.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Containers_and_folders.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Enumerations.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Files.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_Basics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Finder_items.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Legacy_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Type_Definitions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/Window_classes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Finder/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Mozilla_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/PowerPlant.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Required_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Standard_URL_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/Text.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/WorldWideWeb_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Required_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Table_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Text_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/Type_Names_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Disk_Folder_File_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Folder_Actions_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Hidden_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Login_Items_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Power_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Processes_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/System_Events_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/Text_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/builtin_Suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macerrors.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macostools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/macresource.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/pimp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/terminalcommand.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/videoreader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/platform.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/popen2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/poplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pprint.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/profile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pstats.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pyclbr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pydoc_data/topics.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/quopri.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/re.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rexec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rfc822.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/rlcompleter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/robotparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sched.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sets.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sgmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sha.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtpd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sndhdr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3 ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dbapi2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/dump.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dbapi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/dump.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/factory.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/hooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/py25tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/regression.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/transactions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/types.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sqlite3/test/userfunctions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_constants.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sre_parse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/statvfs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/string.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringold.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/struct.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunau.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sunaudio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symbol.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/symtable.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/sysconfig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tabnanny.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tarfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/telnetlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/autotest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/buffer_tests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/cjkencodings ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/curses_tests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/data ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/decimaltestdata ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/doctest_aliases.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/double_const.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/fork_wait.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/gdb_sample.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/infinite_reload.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/inspect_fodder2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/list_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/lock_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/mapping_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/outstanding_bugs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pickletester.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/profilee.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pyclbr_input.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydoc_mod.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pydocfodder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/pystone.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/re_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/regrtest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/relimport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/reperf.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sample_doctest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/script_helper.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/seq_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/sortperf.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/string_tests.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/subprocessdata/sigchild_ignore.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_MimeWriter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_SimpleHTTPServer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_StringIO.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___all__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test___future__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test__locale.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_abstract_numbers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aepack.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_aifc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_al.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_anydbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_applesingle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_argparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_array.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ascii_formatd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ast.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asynchat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_asyncore.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_atexit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_audioop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_augassign.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_base64.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bastion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigaddrspace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bigmem.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binascii.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binhex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_binop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bisect.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bool.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb185.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bsddb3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_buffer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bufio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_builtin.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bytes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_bz2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_calendar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_call.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_capi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cfgparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cgi.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_charmapcodec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_class.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cmd_line_script.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_code.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeccallbacks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_cn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_hk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_iso2022.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecencodings_tw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_cn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_hk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_jp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_kr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecmaps_tw.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_codeop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coding.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_coercion.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_collections.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_colorsys.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_commands.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compare.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compileall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_compiler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_complex_args.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contains.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_contextlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookie.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cookielib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_copy_reg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cpickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_cprofile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_crypt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_csv.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ctypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_curses.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_datetime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decimal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_decorators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_defaultdict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_deque.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_descrtut.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictcomps.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dictviews.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_difflib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dircache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dis.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_distutils.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_doctest2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_docxmlrpc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dumbdbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_dummy_threading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_codecs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_email_renamed.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_enumerate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_eof.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_epoll.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_errno.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exception_variations.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_exceptions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_extcall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fcntl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_file2k.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_filecmp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileinput.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fileio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_float.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fnmatch.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fork1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_format.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fpformat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_fractions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_frozen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ftplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_funcattrs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_functools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future1.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future4.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_future_builtins.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gdbm.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_generators.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genericpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_genexps.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getargs2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_getopt.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gettext.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_glob.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_global.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grammar.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_grp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_gzip.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hash.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hashlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_heapq.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hmac.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_hotshot.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_htmlparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_httpservers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imageop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imaplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imgfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_imp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_import.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importhooks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_importlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_index.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_inspect.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_int_literal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_io.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ioctl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_isinstance.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_iterlen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_itertools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_json.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_kqueue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_largefile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_lib2to3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linecache.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_linuxaudiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_list.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_locale.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_logging.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_long_future.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_longexp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macos.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macostools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_macpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mailbox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_marshal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_math.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_md5.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryio.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_memoryview.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mhlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mimetypes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_minidom.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mmap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_module.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_modulefinder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_msilib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multibytecodec_support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multifile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_multiprocessing.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutants.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_mutex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_netrc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_new.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_nis.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_normalization.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ntpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_old_mailbox.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_opcodes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_openpty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_operator.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_optparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_os.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ossaudiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_parser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_peepholer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep247.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep263.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep277.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep292.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pep352.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pickletools.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pipes.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgimport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pkgutil.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_platform.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_plistlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poll.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_popen2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_poplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posix.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_posixpath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pow.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pprint.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_print.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_profile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_property.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pstats.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pwd.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py3kwarn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py_compile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyclbr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pydoc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_pyexpat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_queue.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_quopri.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_random.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_re.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_readline.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_repr.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_resource.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rfc822.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_richcmp.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_rlcompleter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_robotparser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_runpy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sax.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scope.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_scriptpackages.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_select.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_set.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_setcomps.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sets.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sgmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sha.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shelve.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shlex.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_shutil.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_signal.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_site.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_slice.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtplib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_smtpnet.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socket.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_socketserver.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_softspace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sort.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sqlite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ssl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_startfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_str.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strftime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_string.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_stringprep.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strop.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strptime.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_strtod.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_struct.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structmembers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_structseq.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_subprocess.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sunaudiodev.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sundry.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_symtable.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_syntax.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_setprofile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sys_settrace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_sysconfig.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tarfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tcl.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_telnetlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tempfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_textwrap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_thread.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threaded_import.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadedtempfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threading_local.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_threadsignals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_time.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_timeout.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tk.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tokenize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_trace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_traceback.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_transformer.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_guionly.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ttk_textonly.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_tuple.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_typechecks.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_types.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_ucn.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unary.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_undocumented_details.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicode_file.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unicodedata.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unittest.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_univnewlines2k.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_unpack.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2_localnet.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllib2net.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urllibnet.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_urlparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userdict.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userlist.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_userstring.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_uuid.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait3.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wait4.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_warnings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wave.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakref.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_weakset.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_whichdb.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winreg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_winsound.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_with.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_wsgiref.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xdrlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xml_etree_c.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xmlrpc.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xpickle.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_xrange.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipfile64.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zipimport_support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_zlib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testall.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/testcodec.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tf_inherit_check.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/threaded_import_hangers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/time_hashlib.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/tracedmodules/testmod.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/warning_tests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/win_console_handler.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltestdata ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/xmltests.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/textwrap.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/this.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/timeit.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/toaiff.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/token.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tokenize.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/trace.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tty.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/types.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/__main__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/result.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/runner.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/suite.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/dummy.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/support.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_assertions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_break.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_case.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_discovery.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_functiontestcase.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_loader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_program.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_result.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_runner.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_setups.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_skipping.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/test/test_suite.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/user.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uu.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/uuid.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/warnings.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wave.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/weakref.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/webbrowser.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/whichdb.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/headers.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/simple_server.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/util.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/validate.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xdrlib.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/__init__.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/NodeFilter.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/domreg.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minicompat.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minidom.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/pulldom.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/xmlbuilder.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementInclude.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementPath.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/cElementTree.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/parsers/expat.py ...
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/__init__.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/_exceptions.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/expatreader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/handler.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/saxutils.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/sax/xmlreader.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmllib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xmlrpclib.py ...
Compiling /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py ...
PYTHONPATH=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: \\
./python.exe -Wi -t /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \\
-d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -f \\
-x badsyntax /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ...
PYTHONPATH=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: \\
./python.exe -Wi -t -O /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/compileall.py \\
-d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages -f \\
-x badsyntax /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages ...
PYTHONPATH=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7 DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: \\
./python.exe -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/Python-ast.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/Python.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/abstract.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/asdl.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/ast.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/bitset.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/boolobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/bufferobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/bytearrayobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/bytes_methods.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/bytesobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/cStringIO.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/cellobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/ceval.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/classobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/cobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/code.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/codecs.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/compile.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/complexobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/datetime.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/descrobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/dictobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/dtoa.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/enumobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/errcode.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/eval.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/fileobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/floatobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/frameobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/funcobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/genobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/graminit.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/grammar.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/import.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/intobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/intrcheck.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/iterobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/listobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/longintrepr.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/longobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/marshal.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/memoryobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/metagrammar.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/methodobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/modsupport.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/moduleobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/node.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/object.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/objimpl.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/opcode.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/osdefs.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/parsetok.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/patchlevel.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pgen.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pgenheaders.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/py_curses.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyarena.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pycapsule.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyctype.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pydebug.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyerrors.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyexpat.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyfpe.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pygetopt.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymacconfig.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymactoolbox.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymath.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pymem.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pyport.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pystate.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pystrcmp.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pystrtod.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pythonrun.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/pythread.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/rangeobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/setobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/sliceobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/stringobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/structmember.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/structseq.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/symtable.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/sysmodule.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/timefuncs.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/token.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/traceback.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/tupleobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/ucnhash.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/unicodeobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/warnings.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 ./Include/weakrefobject.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7
/usr/bin/install -c -m 644 pyconfig.h /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyconfig.h
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7," < ./Misc/python-config.in >python-config
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config
Skip install of libpython2.7.a - use make frameworkinstall
/usr/bin/install -c -m 644 Modules/config.c /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/config.c
/usr/bin/install -c -m 644 Modules/python.o /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/python.o
/usr/bin/install -c -m 644 ./Modules/config.c.in /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/config.c.in
/usr/bin/install -c -m 644 Makefile /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Makefile
/usr/bin/install -c -m 644 Modules/Setup /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Setup
/usr/bin/install -c -m 644 Modules/Setup.local /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Setup.local
/usr/bin/install -c -m 644 Modules/Setup.config /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/Setup.config
/usr/bin/install -c -m 644 Misc/python.pc /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig/python-2.7.pc
/usr/bin/install -c ./Modules/makesetup /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/makesetup
/usr/bin/install -c ./install-sh /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/install-sh
/usr/bin/install -c python-config /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
rm python-config
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ./python.exe -E ./setup.py install \\
--prefix=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7 \\
--install-scripts=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin \\
--install-platlib=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload \\
--root=/
running install
running build
running build_ext
building dbm using ndbm
building '_sqlite3' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/cache.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/cache.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/connection.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/connection.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/cursor.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/cursor.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/microprotocols.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/microprotocols.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/module.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/module.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/prepare_protocol.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/prepare_protocol.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/row.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/row.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/statement.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/statement.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -fno-strict-aliasing -fno-common -dynamic -I/Users/sabae/.homebrew/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DMODULE_NAME="sqlite3" -IModules/_sqlite -I/usr/include -I/private/tmp/python-BNs5/Python-2.7.3/Mac/Include -I. -IInclude -I./Include -I/private/tmp/pyt
hon-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3 -c /private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/util.c -o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/util.o
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes -I./Include -I/private/tmp/python-BNs5/Python-2.7.3/Include -I/private/tmp/python-BNs5/Python-2.7.3
cc -bundle -undefined dynamic_lookup -L/Users/sabae/.homebrew/lib build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/cache.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/connection.o build/temp.m
acosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/cursor.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/microprotocols.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlit
e/module.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/prepare_protocol.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/row.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Pytho
n-2.7.3/Modules/_sqlite/statement.o build/temp.macosx-10.8-x86_64-2.7/private/tmp/python-BNs5/Python-2.7.3/Modules/_sqlite/util.o -L/usr/lib -L/Users/sabae/.homebrew/lib -L/usr/local/lib -L/usr/lib -lsqlite3 -o build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so -Wl,-search_paths
_first
brew: superenv removed: -L/Users/sabae/.homebrew/lib -L/Users/sabae/.homebrew/lib
*** WARNING: renaming "_sqlite3" since importing it failed: dlopen(build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so, 2): Symbol not found: _sqlite3_enable_load_extension
Referenced from: build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so
Expected in: flat namespace
in build/lib.macosx-10.8-x86_64-2.7/_sqlite3.so
Python build finished, but the necessary bits to build these modules were not found:
_bsddb dl imageop
linuxaudiodev ossaudiodev spwd
sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
Failed to build these modules:
_sqlite3
running build_scripts
running install_lib
creating /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_AE.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_AH.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_App.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_bisect.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_CarbonEvt.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_CF.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_CG.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Cm.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_codecs_cn.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_codecs_hk.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_codecs_iso2022.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_codecs_jp.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_codecs_kr.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_codecs_tw.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_collections.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_csv.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Ctl.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_ctypes.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_ctypes_test.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_curses.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_curses_panel.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Dlg.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Drag.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_elementtree.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Evt.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_File.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Fm.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Folder.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_functools.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_hashlib.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_heapq.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Help.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_hotshot.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_IBCarbon.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Icn.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_io.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_json.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Launch.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_List.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_locale.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_lsprof.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Menu.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Mlte.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_multibytecodec.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_multiprocessing.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_OSA.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Qd.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Qdoffs.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Qt.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_random.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Res.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_scproxy.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Scrap.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Snd.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_socket.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_sqlite3_failed.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_ssl.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_struct.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_TE.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_testcapi.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_tkinter.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/_Win.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/array.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/audioop.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/autoGIL.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/binascii.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/bsddb185.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/bz2.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/cmath.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/ColorPicker.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/cPickle.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/crypt.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/cStringIO.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/datetime.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/dbm.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/fcntl.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/future_builtins.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/gdbm.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/gestalt.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/grp.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/icglue.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/itertools.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/MacOS.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/math.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/mmap.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/Nav.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/nis.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/operator.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/OSATerminology.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/parser.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/pyexpat.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/readline.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/resource.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/select.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/strop.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/syslog.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/termios.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/time.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/unicodedata.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
copying build/lib.macosx-10.8-x86_64-2.7/zlib.so -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AE.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_AH.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_App.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CarbonEvt.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CF.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_CG.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Cm.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_cn.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_hk.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_iso2022.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_jp.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_kr.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_codecs_tw.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_csv.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Ctl.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes_test.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses_panel.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Dlg.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Drag.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_elementtree.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Evt.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_File.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Fm.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Folder.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Help.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hotshot.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_IBCarbon.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Icn.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Launch.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_List.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_lsprof.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Menu.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Mlte.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multibytecodec.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_OSA.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qd.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qdoffs.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Qt.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Res.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Scrap.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Snd.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3_failed.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_TE.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_testcapi.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_Win.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/audioop.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/autoGIL.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bsddb185.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bz2.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cmath.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/ColorPicker.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/crypt.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/dbm.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/future_builtins.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/gdbm.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/gestalt.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/icglue.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/MacOS.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/mmap.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/Nav.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/nis.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/OSATerminology.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/parser.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/syslog.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/ to 755
running install_scripts
copying build/scripts-2.7/2to3 -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin
copying build/scripts-2.7/idle -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin
copying build/scripts-2.7/pydoc -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin
copying build/scripts-2.7/smtpd.py -> /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3 to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/idle to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pydoc to 755
changing mode of /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py to 755
running install_egg_info
Writing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/Python-2.7.3-py2.7.egg-info
ln -fs "../../../Python" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.a"
ln -fs "../../../Python" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib"
ln -fs "../Python" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib"
cd Mac && /usr/bin/make installmacsubtree DESTDIR=""
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe ./scripts/cachersrc.py -v /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.frame
work/Versions/2.7/Mac/Tools
Decoding /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/dialogs.rsrc to /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/dialogs.rsrc.df.rsrc
Decoding /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/errors.rsrc to /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/errors.rsrc.df.rsrc
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe -Wi -tt ./../Lib/compileall.py -d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools -x badsyntax /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Pytho
n.framework/Versions/2.7/Mac/Tools
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools ...
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe -O -Wi -tt ./../Lib/compileall.py -d /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools -x badsyntax /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Py
thon.framework/Versions/2.7/Mac/Tools
Listing /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Mac/Tools ...
cd Mac && /usr/bin/make installapps DESTDIR=""
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS
Creating directory /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Resources
/usr/bin/install -c -m 644 ./Resources/app/./Info.plist /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/.
/usr/bin/install -c -m 644 ./Resources/app/./Info.plist.in /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/.
/usr/bin/install -c -m 644 ./Resources/app/./PkgInfo /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/.
/usr/bin/install -c -m 644 ./Resources/app/Resources/PythonApplet.icns /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Resources
/usr/bin/install -c -m 644 ./Resources/app/Resources/PythonInterpreter.icns /Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Resources
/usr/bin/install -c -s ../python.exe "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python"
sed -e "s!%bundleid%!org.python.python!g" \\
-e "s!%version%!`DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe \\
-c 'import platform; print(platform.python_version())'`!g" \\
< "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Info.plist.in" \\
> "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Info.plist"
rm "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/Info.plist.in"
cc -L/Users/sabae/.homebrew/lib -DPYTHONFRAMEWORK='"Python"' -o pythonw ./Tools/pythonw.c -I.. -I./../Include ../Python.framework/Versions/2.7/Python
brew: superenv removed: -L/Users/sabae/.homebrew/lib
/usr/bin/install -c -s pythonw "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7"
/usr/bin/install -c -s pythonw "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7"
ln -sf python2.7 "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2"
ln -sf python2 "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python"
ln -sf pythonw2.7 "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw2"
ln -sf pythonw2 "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw"
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe ./scripts/BuildApplet.py \\
--destroot "" \\
--python=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python \\
--output "/Users/sabae/.homebrew/Cellar/python/2.7.3/Build Applet.app" \\
./scripts/BuildApplet.py
cd PythonLauncher && make install DESTDIR=
sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../../python.exe -c 'import platform; print platform.python_version()'`"'/g' < ./Info.plist.in > Info.plist
cc -I/Users/sabae/.homebrew/include -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -o FileSettings.o -c ./FileSettings.m
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes
cc -I/Users/sabae/.homebrew/include -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -o MyAppDelegate.o -c ./MyAppDelegate.m
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes
cc -I/Users/sabae/.homebrew/include -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -o MyDocument.o -c ./MyDocument.m
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes
cc -I/Users/sabae/.homebrew/include -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -o PreferencesWindowController.o -c ./PreferencesWindowController.m
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes
cc -I/Users/sabae/.homebrew/include -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -o doscript.o -c ./doscript.m
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes
cc -I/Users/sabae/.homebrew/include -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -o main.o -c ./main.m
brew: superenv removed: -I/Users/sabae/.homebrew/include -g -O3 -Wall -Wstrict-prototypes
cc -L/Users/sabae/.homebrew/lib -o "Python Launcher" FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o -framework AppKit -framework Carbon
brew: superenv removed: -L/Users/sabae/.homebrew/lib
rm -fr "Python Launcher.app"
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../../python.exe ./../../Lib/plat-mac/bundlebuilder.py \\
--builddir=. \\
--name="Python Launcher" \\
--executable="Python Launcher" \\
--iconfile=./../Icons/PythonLauncher.icns \\
--bundle-id=org.python.PythonLauncher \\
--resource=./../Icons/PythonSource.icns \\
--resource=./../Icons/PythonCompiled.icns \\
--resource=./English.lproj \\
--resource=./factorySettings.plist \\
--plist Info.plist \\
build
Building './Python Launcher.app'
Copying files
Done.
find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
test -d "/Users/sabae/.homebrew/Cellar/python/2.7.3" || mkdir -p "/Users/sabae/.homebrew/Cellar/python/2.7.3"
test -d "/Users/sabae/.homebrew/Cellar/python/2.7.3/Python Launcher.app" && rm -r "/Users/sabae/.homebrew/Cellar/python/2.7.3/Python Launcher.app"
make[2]: [install] Error 1 (ignored)
/bin/cp -r "Python Launcher.app" "/Users/sabae/.homebrew/Cellar/python/2.7.3"
touch "/Users/sabae/.homebrew/Cellar/python/2.7.3/Python Launcher.app"
cd IDLE && make install
sed 's/%VERSION%/'"`DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../../python.exe -c 'import platform; print platform.python_version()'`"'/g' < ./Info.plist.in > Info.plist
rm -fr IDLE.app
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../../python.exe ./../../Lib/plat-mac/bundlebuilder.py \\
--builddir=. \\
--name=IDLE \\
--link-exec \\
--plist=Info.plist \\
--mainprogram=./idlemain.py \\
--iconfile=./../Icons/IDLE.icns \\
--resource=./../Icons/PythonSource.icns \\
--resource=./../Icons/PythonCompiled.icns \\
--python=/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python \\
build
Building './IDLE.app'
Copying files
Done.
test -d "/Users/sabae/.homebrew/Cellar/python/2.7.3" || mkdir -p "/Users/sabae/.homebrew/Cellar/python/2.7.3"
test -d "/Users/sabae/.homebrew/Cellar/python/2.7.3/IDLE.app" && rm -r "/Users/sabae/.homebrew/Cellar/python/2.7.3/IDLE.app"
make[2]: [install] Error 1 (ignored)
/bin/cp -PR IDLE.app "/Users/sabae/.homebrew/Cellar/python/2.7.3"
touch "/Users/sabae/.homebrew/Cellar/python/2.7.3/IDLE.app"
/bin/cp ./config-main.def "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/config-main.def"
/bin/cp ./config-extensions.def "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/config-extensions.def"
fixapplypython23: no fix is needed on MacOSX on Intel
for fn in idle pydoc ;\\
do \\
if [ -h "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" ]; then \\
continue ;\\
fi ;\\
mv "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}2.7" ;\\
ln -sf "${fn}2.7" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}2" ;\\
ln -sf "${fn}2" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" ;\\
done
if [ ! -h "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py" ]; then \\
mv "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.7.py" ;\\
ln -sf "smtpd2.7.py" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd2.py" ;\\
ln -sf "smtpd2.py" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/smtpd.py" ;\\
fi
if [ ! -h "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3" ]; then \\
mv "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7" ;\\
ln -sf "2to3-2.7" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2" ;\\
ln -sf "2to3-2" "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3" ;\\
fi
cd Mac && /usr/bin/make altinstallunixtools DESTDIR=""
if [ ! -d "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin" ]; then \\
/usr/bin/install -c -d -m 755 "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin" ;\\
fi
for fn in python2.7 pythonw2.7 idle2.7 \\
pydoc2.7 python2.7-config smtpd2.7.py ;\\
do \\
ln -fs "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin/${fn}" ;\\
done
ln -fs "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/2to3-2.7" "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin/2to3-2.7" ;\\
cd Mac && /usr/bin/make installunixtools DESTDIR=""
if [ ! -d "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin" ]; then \\
/usr/bin/install -c -d -m 755 "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin" ;\\
fi
for fn in python pythonw idle pydoc python-config smtpd.py 2to3 \\
python2 pythonw2 idle2 \\
pydoc2 python2-config smtpd2.py \\
2to3-2 \\
python2.7 pythonw2.7 idle2.7 \\
pydoc2.7 python2.7-config smtpd2.7.py \\
2to3-2.7 ;\\
do \\
ln -fs "/Users/sabae/.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/${fn}" "/Users/sabae/.homebrew/Cellar/python/2.7.3/bin/${fn}" ;\\
done
==> make frameworkinstallextras PYTHONAPPSDIR=/Users/sabae/.homebrew/Cellar/python/2.7.3/share/python
make frameworkinstallextras PYTHONAPPSDIR=/Users/sabae/.homebrew/Cellar/python/2.7.3/share/python
cd Mac && /usr/bin/make installextras DESTDIR=""
/usr/bin/install -c -d "/Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras"
/usr/bin/install -c ./Extras.ReadMe.txt "/Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/ReadMe.txt"
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe ./Extras.install.py ./../Demo \\
"/Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo"
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo
copy ./../Demo/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/README
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi
copy ./../Demo/cgi/cgi0.sh /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi/cgi0.sh
copy ./../Demo/cgi/cgi1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi/cgi1.py
copy ./../Demo/cgi/cgi2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi/cgi2.py
copy ./../Demo/cgi/cgi3.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi/cgi3.py
copy ./../Demo/cgi/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi/README
copy ./../Demo/cgi/wiki.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/cgi/wiki.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes
copy ./../Demo/classes/bitvec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/bitvec.py
copy ./../Demo/classes/Complex.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/Complex.py
copy ./../Demo/classes/Dates.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/Dates.py
copy ./../Demo/classes/Dbm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/Dbm.py
copy ./../Demo/classes/Range.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/Range.py
copy ./../Demo/classes/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/README
copy ./../Demo/classes/Rev.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/Rev.py
copy ./../Demo/classes/Vec.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/classes/Vec.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/comparisons
copy ./../Demo/comparisons/patterns /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/comparisons/patterns
copy ./../Demo/comparisons/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/comparisons/README
copy ./../Demo/comparisons/regextest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/comparisons/regextest.py
copy ./../Demo/comparisons/sortingtest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/comparisons/sortingtest.py
copy ./../Demo/comparisons/systemtest.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/comparisons/systemtest.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses
copy ./../Demo/curses/life.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/life.py
copy ./../Demo/curses/ncurses.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/ncurses.py
copy ./../Demo/curses/rain.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/rain.py
copy ./../Demo/curses/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/README
copy ./../Demo/curses/repeat.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/repeat.py
copy ./../Demo/curses/tclock.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/tclock.py
copy ./../Demo/curses/xmas.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/curses/xmas.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/embed
copy ./../Demo/embed/demo.c /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/embed/demo.c
copy ./../Demo/embed/importexc.c /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/embed/importexc.c
copy ./../Demo/embed/loop.c /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/embed/loop.c
copy ./../Demo/embed/Makefile /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/embed/Makefile
copy ./../Demo/embed/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/embed/README
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/md5test
copy ./../Demo/md5test/foo /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/md5test/foo
copy ./../Demo/md5test/md5driver.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/md5test/md5driver.py
copy ./../Demo/md5test/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/md5test/README
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses
copy ./../Demo/metaclasses/Eiffel.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/Eiffel.py
copy ./../Demo/metaclasses/Enum.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/Enum.py
copy ./../Demo/metaclasses/index.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/index.html
copy ./../Demo/metaclasses/meta-vladimir.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/meta-vladimir.txt
copy ./../Demo/metaclasses/Meta.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/Meta.py
copy ./../Demo/metaclasses/Simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/Simple.py
copy ./../Demo/metaclasses/Synch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/Synch.py
copy ./../Demo/metaclasses/Trace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/metaclasses/Trace.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/newmetaclasses
copy ./../Demo/newmetaclasses/Eiffel.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/newmetaclasses/Eiffel.py
copy ./../Demo/newmetaclasses/Enum.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/newmetaclasses/Enum.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser
copy ./../Demo/parser/docstring.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/docstring.py
copy ./../Demo/parser/example.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/example.py
copy ./../Demo/parser/FILES /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/FILES
copy ./../Demo/parser/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/README
copy ./../Demo/parser/simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/simple.py
copy ./../Demo/parser/source.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/source.py
copy ./../Demo/parser/test_parser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/test_parser.py
copy ./../Demo/parser/test_unparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/test_unparse.py
copy ./../Demo/parser/unparse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/parser/unparse.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist
copy ./../Demo/pdist/client.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/client.py
copy ./../Demo/pdist/cmdfw.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/cmdfw.py
copy ./../Demo/pdist/cmptree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/cmptree.py
copy ./../Demo/pdist/cvslib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/cvslib.py
copy ./../Demo/pdist/cvslock.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/cvslock.py
copy ./../Demo/pdist/FSProxy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/FSProxy.py
copy ./../Demo/pdist/mac.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/mac.py
copy ./../Demo/pdist/makechangelog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/makechangelog.py
copy ./../Demo/pdist/rcsbump /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rcsbump
copy ./../Demo/pdist/rcsclient.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rcsclient.py
copy ./../Demo/pdist/rcslib.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rcslib.py
copy ./../Demo/pdist/RCSProxy.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/RCSProxy.py
copy ./../Demo/pdist/rcvs /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rcvs
copy ./../Demo/pdist/rcvs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rcvs.py
copy ./../Demo/pdist/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/README
copy ./../Demo/pdist/rrcs /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rrcs
copy ./../Demo/pdist/rrcs.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/rrcs.py
copy ./../Demo/pdist/security.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/security.py
copy ./../Demo/pdist/server.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/server.py
copy ./../Demo/pdist/sumtree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pdist/sumtree.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pysvr
copy ./../Demo/pysvr/Makefile /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pysvr/Makefile
copy ./../Demo/pysvr/pysvr.c /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pysvr/pysvr.c
copy ./../Demo/pysvr/pysvr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pysvr/pysvr.py
copy ./../Demo/pysvr/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/pysvr/README
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc
copy ./../Demo/rpc/MANIFEST /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/MANIFEST
copy ./../Demo/rpc/mountclient.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/mountclient.py
copy ./../Demo/rpc/nfsclient.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/nfsclient.py
copy ./../Demo/rpc/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/README
copy ./../Demo/rpc/rnusersclient.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/rnusersclient.py
copy ./../Demo/rpc/rpc.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/rpc.py
copy ./../Demo/rpc/T.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/T.py
copy ./../Demo/rpc/test /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/test
copy ./../Demo/rpc/xdr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/rpc/xdr.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts
copy ./../Demo/scripts/beer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/beer.py
copy ./../Demo/scripts/eqfix.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/eqfix.py
copy ./../Demo/scripts/fact.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/fact.py
copy ./../Demo/scripts/find-uname.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/find-uname.py
copy ./../Demo/scripts/from.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/from.py
copy ./../Demo/scripts/lpwatch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/lpwatch.py
copy ./../Demo/scripts/makedir.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/makedir.py
copy ./../Demo/scripts/markov.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/markov.py
copy ./../Demo/scripts/mboxconvert.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/mboxconvert.py
copy ./../Demo/scripts/morse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/morse.py
copy ./../Demo/scripts/newslist.doc /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/newslist.doc
copy ./../Demo/scripts/newslist.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/newslist.py
copy ./../Demo/scripts/pi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/pi.py
copy ./../Demo/scripts/pp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/pp.py
copy ./../Demo/scripts/primes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/primes.py
copy ./../Demo/scripts/queens.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/queens.py
copy ./../Demo/scripts/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/README
copy ./../Demo/scripts/script.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/script.py
copy ./../Demo/scripts/unbirthday.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/unbirthday.py
copy ./../Demo/scripts/update.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/scripts/update.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets
copy ./../Demo/sockets/broadcast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/broadcast.py
copy ./../Demo/sockets/echosvr.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/echosvr.py
copy ./../Demo/sockets/finger.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/finger.py
copy ./../Demo/sockets/ftp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/ftp.py
copy ./../Demo/sockets/gopher.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/gopher.py
copy ./../Demo/sockets/mcast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/mcast.py
copy ./../Demo/sockets/radio.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/radio.py
copy ./../Demo/sockets/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/README
copy ./../Demo/sockets/rpython.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/rpython.py
copy ./../Demo/sockets/rpythond.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/rpythond.py
copy ./../Demo/sockets/telnet.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/telnet.py
copy ./../Demo/sockets/throughput.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/throughput.py
copy ./../Demo/sockets/udpecho.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/udpecho.py
copy ./../Demo/sockets/unicast.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/unicast.py
copy ./../Demo/sockets/unixclient.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/unixclient.py
copy ./../Demo/sockets/unixserver.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/sockets/unixserver.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads
copy ./../Demo/threads/Coroutine.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/Coroutine.py
copy ./../Demo/threads/fcmp.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/fcmp.py
copy ./../Demo/threads/find.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/find.py
copy ./../Demo/threads/Generator.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/Generator.py
copy ./../Demo/threads/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/README
copy ./../Demo/threads/squasher.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/squasher.py
copy ./../Demo/threads/sync.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/sync.py
copy ./../Demo/threads/telnet.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/threads/telnet.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix
copy ./../Demo/tix/grid.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/grid.py
copy ./../Demo/tix/INSTALL.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/INSTALL.txt
copy ./../Demo/tix/README.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/README.txt
copy ./../Demo/tix/tixwidgets.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/tixwidgets.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps
copy ./../Demo/tix/bitmaps/about.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/about.xpm
copy ./../Demo/tix/bitmaps/bold.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/bold.xbm
copy ./../Demo/tix/bitmaps/capital.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/capital.xbm
copy ./../Demo/tix/bitmaps/centerj.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/centerj.xbm
copy ./../Demo/tix/bitmaps/combobox.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/combobox.xbm
copy ./../Demo/tix/bitmaps/combobox.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/combobox.xpm
copy ./../Demo/tix/bitmaps/combobox.xpm.1 /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/combobox.xpm.1
copy ./../Demo/tix/bitmaps/drivea.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/drivea.xbm
copy ./../Demo/tix/bitmaps/drivea.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/drivea.xpm
copy ./../Demo/tix/bitmaps/exit.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/exit.xpm
copy ./../Demo/tix/bitmaps/filebox.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/filebox.xbm
copy ./../Demo/tix/bitmaps/filebox.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/filebox.xpm
copy ./../Demo/tix/bitmaps/italic.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/italic.xbm
copy ./../Demo/tix/bitmaps/justify.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/justify.xbm
copy ./../Demo/tix/bitmaps/leftj.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/leftj.xbm
copy ./../Demo/tix/bitmaps/netw.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/netw.xbm
copy ./../Demo/tix/bitmaps/netw.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/netw.xpm
copy ./../Demo/tix/bitmaps/optmenu.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/optmenu.xpm
copy ./../Demo/tix/bitmaps/rightj.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/rightj.xbm
copy ./../Demo/tix/bitmaps/select.xpm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/select.xpm
copy ./../Demo/tix/bitmaps/tix.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/tix.gif
copy ./../Demo/tix/bitmaps/underline.xbm /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/bitmaps/underline.xbm
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples
copy ./../Demo/tix/samples/Balloon.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/Balloon.py
copy ./../Demo/tix/samples/BtnBox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/BtnBox.py
copy ./../Demo/tix/samples/CmpImg.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/CmpImg.py
copy ./../Demo/tix/samples/ComboBox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/ComboBox.py
copy ./../Demo/tix/samples/Control.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/Control.py
copy ./../Demo/tix/samples/DirList.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/DirList.py
copy ./../Demo/tix/samples/DirTree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/DirTree.py
copy ./../Demo/tix/samples/NoteBook.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/NoteBook.py
copy ./../Demo/tix/samples/OptMenu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/OptMenu.py
copy ./../Demo/tix/samples/PanedWin.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/PanedWin.py
copy ./../Demo/tix/samples/PopMenu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/PopMenu.py
copy ./../Demo/tix/samples/SHList1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/SHList1.py
copy ./../Demo/tix/samples/SHList2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/SHList2.py
copy ./../Demo/tix/samples/Tree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tix/samples/Tree.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter
copy ./../Demo/tkinter/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/README
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido
copy ./../Demo/tkinter/guido/AttrDialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/AttrDialog.py
copy ./../Demo/tkinter/guido/brownian.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/brownian.py
copy ./../Demo/tkinter/guido/brownian2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/brownian2.py
copy ./../Demo/tkinter/guido/canvasevents.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/canvasevents.py
copy ./../Demo/tkinter/guido/dialog.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/dialog.py
copy ./../Demo/tkinter/guido/electrons.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/electrons.py
copy ./../Demo/tkinter/guido/hanoi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/hanoi.py
copy ./../Demo/tkinter/guido/hello.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/hello.py
copy ./../Demo/tkinter/guido/imagedraw.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/imagedraw.py
copy ./../Demo/tkinter/guido/imageview.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/imageview.py
copy ./../Demo/tkinter/guido/kill.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/kill.py
copy ./../Demo/tkinter/guido/listtree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/listtree.py
copy ./../Demo/tkinter/guido/ManPage.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/ManPage.py
copy ./../Demo/tkinter/guido/mbox.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/mbox.py
copy ./../Demo/tkinter/guido/MimeViewer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/MimeViewer.py
copy ./../Demo/tkinter/guido/newmenubardemo.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/newmenubardemo.py
copy ./../Demo/tkinter/guido/optionmenu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/optionmenu.py
copy ./../Demo/tkinter/guido/paint.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/paint.py
copy ./../Demo/tkinter/guido/rmt.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/rmt.py
copy ./../Demo/tkinter/guido/ShellWindow.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/ShellWindow.py
copy ./../Demo/tkinter/guido/solitaire.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/solitaire.py
copy ./../Demo/tkinter/guido/sortvisu.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/sortvisu.py
copy ./../Demo/tkinter/guido/ss1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/ss1.py
copy ./../Demo/tkinter/guido/svkill.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/svkill.py
copy ./../Demo/tkinter/guido/switch.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/switch.py
copy ./../Demo/tkinter/guido/tkman.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/tkman.py
copy ./../Demo/tkinter/guido/wish.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/guido/wish.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt
copy ./../Demo/tkinter/matt/00-HELLO-WORLD.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/00-HELLO-WORLD.py
copy ./../Demo/tkinter/matt/animation-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/animation-simple.py
copy ./../Demo/tkinter/matt/animation-w-velocity-ctrl.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/animation-w-velocity-ctrl.py
copy ./../Demo/tkinter/matt/bind-w-mult-calls-p-type.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/bind-w-mult-calls-p-type.py
copy ./../Demo/tkinter/matt/canvas-demo-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-demo-simple.py
copy ./../Demo/tkinter/matt/canvas-gridding.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-gridding.py
copy ./../Demo/tkinter/matt/canvas-moving-or-creating.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-moving-or-creating.py
copy ./../Demo/tkinter/matt/canvas-moving-w-mouse.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-moving-w-mouse.py
copy ./../Demo/tkinter/matt/canvas-mult-item-sel.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-mult-item-sel.py
copy ./../Demo/tkinter/matt/canvas-reading-tag-info.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-reading-tag-info.py
copy ./../Demo/tkinter/matt/canvas-w-widget-draw-el.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-w-widget-draw-el.py
copy ./../Demo/tkinter/matt/canvas-with-scrollbars.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/canvas-with-scrollbars.py
copy ./../Demo/tkinter/matt/dialog-box.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/dialog-box.py
copy ./../Demo/tkinter/matt/entry-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/entry-simple.py
copy ./../Demo/tkinter/matt/entry-with-shared-variable.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/entry-with-shared-variable.py
copy ./../Demo/tkinter/matt/killing-window-w-wm.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/killing-window-w-wm.py
copy ./../Demo/tkinter/matt/menu-all-types-of-entries.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/menu-all-types-of-entries.py
copy ./../Demo/tkinter/matt/menu-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/menu-simple.py
copy ./../Demo/tkinter/matt/not-what-you-might-think-1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/not-what-you-might-think-1.py
copy ./../Demo/tkinter/matt/not-what-you-might-think-2.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/not-what-you-might-think-2.py
copy ./../Demo/tkinter/matt/packer-and-placer-together.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/packer-and-placer-together.py
copy ./../Demo/tkinter/matt/packer-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/packer-simple.py
copy ./../Demo/tkinter/matt/placer-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/placer-simple.py
copy ./../Demo/tkinter/matt/pong-demo-1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/pong-demo-1.py
copy ./../Demo/tkinter/matt/printing-coords-of-items.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/printing-coords-of-items.py
copy ./../Demo/tkinter/matt/radiobutton-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/radiobutton-simple.py
copy ./../Demo/tkinter/matt/README /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/README
copy ./../Demo/tkinter/matt/rubber-band-box-demo-1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/rubber-band-box-demo-1.py
copy ./../Demo/tkinter/matt/rubber-line-demo-1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/rubber-line-demo-1.py
copy ./../Demo/tkinter/matt/slider-demo-1.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/slider-demo-1.py
copy ./../Demo/tkinter/matt/subclass-existing-widgets.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/subclass-existing-widgets.py
copy ./../Demo/tkinter/matt/two-radio-groups.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/two-radio-groups.py
copy ./../Demo/tkinter/matt/window-creation-more.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/window-creation-more.py
copy ./../Demo/tkinter/matt/window-creation-simple.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/window-creation-simple.py
copy ./../Demo/tkinter/matt/window-creation-w-location.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/matt/window-creation-w-location.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk
copy ./../Demo/tkinter/ttk/combo_themes.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/combo_themes.py
copy ./../Demo/tkinter/ttk/dirbrowser.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/dirbrowser.py
copy ./../Demo/tkinter/ttk/listbox_scrollcmd.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/listbox_scrollcmd.py
copy ./../Demo/tkinter/ttk/mac_searchentry.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/mac_searchentry.py
copy ./../Demo/tkinter/ttk/notebook_closebtn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/notebook_closebtn.py
copy ./../Demo/tkinter/ttk/plastik_theme.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/plastik_theme.py
copy ./../Demo/tkinter/ttk/roundframe.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/roundframe.py
copy ./../Demo/tkinter/ttk/theme_selector.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/theme_selector.py
copy ./../Demo/tkinter/ttk/treeview_multicolumn.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/treeview_multicolumn.py
copy ./../Demo/tkinter/ttk/ttkcalendar.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/ttkcalendar.py
copy ./../Demo/tkinter/ttk/widget_state.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/widget_state.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/img
copy ./../Demo/tkinter/ttk/img/close.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/img/close.gif
copy ./../Demo/tkinter/ttk/img/close_active.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/img/close_active.gif
copy ./../Demo/tkinter/ttk/img/close_pressed.gif /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/tkinter/ttk/img/close_pressed.gif
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle
copy ./../Demo/turtle/about_turtle.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/about_turtle.txt
copy ./../Demo/turtle/about_turtledemo.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/about_turtledemo.txt
copy ./../Demo/turtle/demohelp.txt /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/demohelp.txt
copy ./../Demo/turtle/tdemo_bytedesign.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_bytedesign.py
copy ./../Demo/turtle/tdemo_chaos.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_chaos.py
copy ./../Demo/turtle/tdemo_clock.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_clock.py
copy ./../Demo/turtle/tdemo_colormixer.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_colormixer.py
copy ./../Demo/turtle/tdemo_fractalcurves.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_fractalcurves.py
copy ./../Demo/turtle/tdemo_I_dontlike_tiltdemo.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_I_dontlike_tiltdemo.py
copy ./../Demo/turtle/tdemo_lindenmayer_indian.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_lindenmayer_indian.py
copy ./../Demo/turtle/tdemo_minimal_hanoi.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_minimal_hanoi.py
copy ./../Demo/turtle/tdemo_nim.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_nim.py
copy ./../Demo/turtle/tdemo_paint.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_paint.py
copy ./../Demo/turtle/tdemo_peace.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_peace.py
copy ./../Demo/turtle/tdemo_penrose.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_penrose.py
copy ./../Demo/turtle/tdemo_planet_and_moon.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_planet_and_moon.py
copy ./../Demo/turtle/tdemo_tree.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_tree.py
copy ./../Demo/turtle/tdemo_wikipedia.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_wikipedia.py
copy ./../Demo/turtle/tdemo_yinyang.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/tdemo_yinyang.py
copy ./../Demo/turtle/turtle.cfg /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/turtle.cfg
copy ./../Demo/turtle/turtleDemo.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/turtleDemo.py
copy ./../Demo/turtle/turtledemo_two_canvases.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/turtle/turtledemo_two_canvases.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/xml
copy ./../Demo/xml/elem_count.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/xml/elem_count.py
copy ./../Demo/xml/roundtrip.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/xml/roundtrip.py
copy ./../Demo/xml/rss2html.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/xml/rss2html.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/zlib
copy ./../Demo/zlib/minigzip.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/zlib/minigzip.py
copy ./../Demo/zlib/zlibdemo.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo/zlib/zlibdemo.py
DYLD_FRAMEWORK_PATH=/private/tmp/python-BNs5/Python-2.7.3: ../python.exe ./Extras.install.py ./Demo \\
"/Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac"
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac
copy ./Demo/applescript.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/applescript.html
copy ./Demo/example0.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/example0.html
copy ./Demo/example1.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/example1.html
copy ./Demo/example2.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/example2.html
copy ./Demo/index.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/index.html
copy ./Demo/textedit.html /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/textedit.html
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/applescript
copy ./Demo/applescript/makedisk.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/applescript/makedisk.py
mkdir /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/applescript/Disk_Copy
copy ./Demo/applescript/Disk_Copy/__init__.py /Users/sabae/.homebrew/Cellar/python/2.7.3/share/python/Extras/Demo.Mac/applescript/Disk_Copy/__init__.py
copy ./Demo/applescript/Disk_Copy/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment