diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-18 22:21:05 -0500 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-01-18 22:21:05 -0500 |
| commit | d3d01a3237b1767f61953e34879dffd16667b769 (patch) | |
| tree | 360c9a4d5131580cbbd42973f5a98ef9e2d04a02 /modules/mock.py | |
| parent | 2582dbfd415494a7fa5b378082b0aba19e6d88c1 (diff) | |
| download | fedora-devshell-d3d01a3237b1767f61953e34879dffd16667b769.tar.gz fedora-devshell-d3d01a3237b1767f61953e34879dffd16667b769.tar.xz fedora-devshell-d3d01a3237b1767f61953e34879dffd16667b769.zip | |
Modifies factories, adds a BuildSystemFactory
BSFactory, oh yeah!
Diffstat (limited to 'modules/mock.py')
| -rw-r--r-- | modules/mock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mock.py b/modules/mock.py index 9bd88e3..b72b1a6 100644 --- a/modules/mock.py +++ b/modules/mock.py @@ -20,7 +20,7 @@ from __future__ import with_statement from subprocess import Popen from base.base import log -from base.dirfactory import DirFactory +from base.factories import DirFactory from base.module import Module from base.profiles import ver_rel from base.util import pwd, log_file |
