diff options
author | Mark McLoughlin <markmc@redhat.com> | 2007-12-13 09:31:28 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2007-12-13 09:31:28 +0000 |
commit | 6976f92862c1dba3f7a25baa1893c41a67590b23 (patch) | |
tree | 4d9f2e1a526c586b4fa43d00b84aad5e348f742b /ipa-server/ipa-gui/ipagui/subcontrollers/delegation.py | |
parent | c049d2d8218dc5c560f9692397af91cac2559edd (diff) | |
download | freeipa.git-6976f92862c1dba3f7a25baa1893c41a67590b23.tar.gz freeipa.git-6976f92862c1dba3f7a25baa1893c41a67590b23.tar.xz freeipa.git-6976f92862c1dba3f7a25baa1893c41a67590b23.zip |
Refactor krbinstance and dsinstance creation steps
Creation steps are currently done with:
self.start_creation(2, "Create foo")
self.step("do foo")
self.foo()
self.step("do bar")
self.bar()
self.done_creation()
This patch refactors that into the much more
straightforward:
self.step("do foo", self.foo)
self.step("do bar", self.bar)
self.start_creation("Create foo")
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/subcontrollers/delegation.py')
0 files changed, 0 insertions, 0 deletions