From 35a0e2ecef669234d864d95f3a439b51e7bfabee Mon Sep 17 00:00:00 2001 From: warner Date: Mon, 18 Sep 2006 01:07:12 +0100 Subject: [PATCH] duh, actually remove the old imports from buildstep.py --- buildbot/process/buildstep.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/buildbot/process/buildstep.py b/buildbot/process/buildstep.py index fb7a7de..d1507f9 100644 --- a/buildbot/process/buildstep.py +++ b/buildbot/process/buildstep.py @@ -1061,11 +1061,3 @@ class LoggingBuildStep(BuildStep): self.step_status.setText(self.getText(cmd, results)) self.step_status.setText2(self.maybeGetText2(cmd, results)) - -# legacy compatibility - -from buildbot.steps.shell import ShellCommand, WithProperties, TreeSize, Configure, Compile, Test -from buildbot.steps.source import CVS, SVN, Darcs, Git, Arch, Bazaar, Mercurial, P4, P4Sync -from buildbot.steps.dummy import Dummy, FailingDummy, RemoteDummy - - -- 2.11.4.GIT