Merging from master/v1

This commit is contained in:
Dan Buch
2016-05-22 18:30:07 -04:00
parent b35c8a92d2
commit 6d6f7da978
9 changed files with 65 additions and 53 deletions

View File

@@ -10,7 +10,7 @@ from subprocess import check_call, check_output
PACKAGE_NAME = os.environ.get(
'CLI_PACKAGE_NAME', 'github.com/codegangsta/cli'
'CLI_PACKAGE_NAME', 'github.com/urfave/cli'
)