Mercurial > hg > autobot
changeset 227:90f4028d9455
correct import statement
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 29 Nov 2011 20:04:05 -0800 |
parents | dd5ab8b3d94b |
children | d8172a7ba4b2 |
files | autobot/projects/mozbase/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozbase/__init__.py Tue Nov 29 16:02:58 2011 -0800 +++ b/autobot/projects/mozbase/__init__.py Tue Nov 29 20:04:05 2011 -0800 @@ -1,4 +1,4 @@ -from autobot.process.factory import SourceFactory +from autobot.process.factory import VirtualenvFactory from buildbot.steps.shell import ShellCommand from buildbot.steps.shell import WithProperties