summaryrefslogtreecommitdiffstats
path: root/test/virtualenv/activated/virtualenv_activated_python.py
Commit message (Collapse)AuthorAgeFilesLines
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
| | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com>
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-101-6/+6
|
* initial support for virtualenvPaweł Tomulik2018-11-101-0/+96