summaryrefslogtreecommitdiffstats
path: root/modules/darcs.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-18 22:21:05 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-18 22:21:05 -0500
commitd3d01a3237b1767f61953e34879dffd16667b769 (patch)
tree360c9a4d5131580cbbd42973f5a98ef9e2d04a02 /modules/darcs.py
parent2582dbfd415494a7fa5b378082b0aba19e6d88c1 (diff)
downloadfedora-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.py7
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