diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2020-01-03 13:02:06 +0000 |
|---|---|---|
| committer | Bernat Gabor <bgabor8@bloomberg.net> | 2020-01-10 15:38:37 +0000 |
| commit | bca1a13e9ffd2e741e604bcf6ef500f60dd349b8 (patch) | |
| tree | 23325454f99d7ba1369cff2a31aeb89d52baca2d /src/virtualenv/activation/powershell | |
| parent | ff6dc73d447a3c6276af64df2eb91e2709e450a3 (diff) | |
| download | virtualenv-bca1a13e9ffd2e741e604bcf6ef500f60dd349b8.tar.gz | |
interface compatibility with before rewrite (#1479)
Ensure that what ran with virtualenv 17 will continue running in a post
rewrite world minus the deprecated flags, plus the relocatable feature.
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
Diffstat (limited to 'src/virtualenv/activation/powershell')
| -rw-r--r-- | src/virtualenv/activation/powershell/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtualenv/activation/powershell/__init__.py b/src/virtualenv/activation/powershell/__init__.py index a3c6f9e..4fadc63 100644 --- a/src/virtualenv/activation/powershell/__init__.py +++ b/src/virtualenv/activation/powershell/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import, unicode_literals -from virtualenv.util import Path +from virtualenv.util.path import Path from ..via_template import ViaTemplateActivator |
