diff --git a/igniter/install_thread.py b/igniter/install_thread.py index 8b2641e33a..278877bdf7 100644 --- a/igniter/install_thread.py +++ b/igniter/install_thread.py @@ -1,9 +1,8 @@ # -*- coding: utf-8 -*- """Working thread for installer.""" import os -from Qt.QtCore import QThread, Signal -from speedcopy import copyfile +from Qt.QtCore import QThread, Signal from .bootstrap_repos import BootstrapRepos from .tools import validate_mongo_connection diff --git a/pype/pype_commands.py b/pype/pype_commands.py index e3c3b42779..573cbcb88d 100644 --- a/pype/pype_commands.py +++ b/pype/pype_commands.py @@ -1,12 +1,11 @@ # -*- coding: utf-8 -*- """Implementation of Pype commands.""" import os -import sys import subprocess -from pathlib import Path +import sys -from pype.lib import execute from pype.lib import PypeLogger as Logger +from pype.lib import execute class PypeCommands: @@ -51,7 +50,6 @@ class PypeCommands: creationflags=detached_process ) - def launch_eventservercli(self, args): pass