Vendorise six.py

Because pyinstaller adds an old version to the path:

http://www.pyinstaller.org/ticket/773
This commit is contained in:
Ben Firshman 2014-02-28 19:16:32 +00:00
commit 75c430635b
6 changed files with 409 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import logging
import os
import re
import yaml
import six
from ..packages import six
import sys
from ..project import Project