diff options
Diffstat (limited to 'sources/pyside-tools/pyside_tool.py')
-rw-r--r-- | sources/pyside-tools/pyside_tool.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/pyside-tools/pyside_tool.py b/sources/pyside-tools/pyside_tool.py index 615132de6..5f71dd126 100644 --- a/sources/pyside-tools/pyside_tool.py +++ b/sources/pyside-tools/pyside_tool.py @@ -131,10 +131,6 @@ def _extend_path_var(var, value, prepend=False): def designer(): - # Add the examples to PYSIDE_DESIGNER_PLUGINS, as determined by starting from - # PySide6/scripts. - pyside_dir = Path(__file__).resolve().parents[1] - init_virtual_env() # https://www.python.org/dev/peps/pep-0384/#linkage : |