Skip to content

Commit 2edad5e

Browse files
Move the base info types to their own directory.
1 parent 37a7ec5 commit 2edad5e

File tree

1 file changed

+2
-2
lines changed
  • src/client/pythonEnvironments/base/info

1 file changed

+2
-2
lines changed

src/client/pythonEnvironments/base/index.ts renamed to src/client/pythonEnvironments/base/info/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
import { Architecture } from '../../common/utils/platform';
5-
import { Version, VersionInfo } from '../../common/utils/version';
4+
import { Architecture } from '../../../common/utils/platform';
5+
import { Version, VersionInfo } from '../../../common/utils/version';
66

77
/**
88
* IDs for the various supported Python environments.

0 commit comments

Comments
 (0)