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/darcs.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/darcs.py')
| -rw-r--r-- | modules/darcs.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/darcs.py b/modules/darcs.py index 010cecc..68bea98 100644 --- a/modules/darcs.py +++ b/modules/darcs.py @@ -85,13 +85,6 @@ class Darcs(RevisionControl): ''' return self.cfg['hackage_name'] - @property - def buildsystem(self): - return self.cfg['buildsystem'] - - def set_buildsystem(self, buildsystem): - self.cfg['buildsystem'] = buildsystem - def set_current_src(self): '''sets the current internal state to reflect the current head |
