add support to sign in with mozilla persona

This commit is contained in:
j 2013-09-29 13:00:06 +00:00
commit a04711e94c
8 changed files with 218 additions and 1 deletions

View file

@ -92,6 +92,8 @@ if __name__ == "__main__":
run('git', 'checkout', 'stable/1.4.x')
run('git', 'pull')
os.chdir(base)
if old < 3666:
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1: