summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/app.py
AgeCommit message (Collapse)Author
2013-10-24use coloredlogs optionallyKali Kaneko
2013-10-15Fix pep8 violations.Ivan Alejandro
2013-10-14Disable stdout redirection on windows for now since it breaks the bundleTomás Touceda
2013-10-07Show more context information in the logs.Ivan Alejandro
Add line numbers and function name from where the log is displayed.
2013-09-30Force cleanlooks only from bundle.Ivan Alejandro
2013-09-24Only ensure server if we are running the app.Ivan Alejandro
This code reorder avoids to get an error message if we run some code when the only thing we want is to get the version. Closes #3914.
2013-09-24Move logger up to be available sooner.Ivan Alejandro
2013-09-19Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵Kali Kaneko
into develop
2013-09-18Move STANDALONE flag to a module and unify paths queries.Ivan Alejandro
2013-09-17Add a proper header for the app.py.Ivan Alejandro
2013-09-12add --version flagKali Kaneko
2013-09-05Fix: Update version location.Ivan Alejandro
2013-09-02Add a selective filter for leap logs.Kali Kaneko
Closes: #3504
2013-08-13Set the standalone flag before using itTomás Touceda
This reorders imports and delays them after the args are processed.
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko