aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/onboarding/app.py
Commit message (Collapse)AuthorAgeFilesLines
* Move onboarding app to TornadoAldo Cortesi2014-12-271-16/+67
| | | | | | | Two reasons for this. First, this removes flask and its dependencies, which are quite sizeable. Second, pyinstaller now barfs on simplejson, which is a Flask dependency. I just don't have time to fix this upstream, so doing what we should be doing anyway is a no-brainer.
* First-order integration of configargparser to add config file supportAldo Cortesi2014-11-151-2/+2
|
* web -> onboardingAldo Cortesi2014-09-121-0/+29