From 77bd6849a9bcd0855b47244558f1df7bc64da197 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 13 Sep 2006 14:56:29 +0200 Subject: * DistUpgrade/DistUpgradeView.py: - import subprocess --- DistUpgrade/DistUpgradeView.py | 1 + 1 file changed, 1 insertion(+) (limited to 'DistUpgrade') diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index d5b430b8..a9cd16d7 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -43,6 +43,7 @@ def estimatedDownloadTime(requiredDownload): class DumbTerminal(object): def call(self, cmd): " expects a command in the subprocess style (as a list) " + import subprocess subprocess.call(cmd) -- cgit v1.2.3