diff options
| author | John Eckersberg <jeckersb@redhat.com> | 2008-01-29 20:44:58 -0500 |
|---|---|---|
| committer | John Eckersberg <jeckersb@redhat.com> | 2008-01-29 20:44:58 -0500 |
| commit | bd10c846b56453b3eff561b8ee4eb5a8802868fc (patch) | |
| tree | a8086c43b6d62e0a5fb94e375355d7349f4027ea /func | |
| parent | 04e480a191174b48e1b4abbf9f297b3c8cc0e992 (diff) | |
get rid of split, I don't need it
Diffstat (limited to 'func')
| -rw-r--r-- | func/minion/modules/netapp/vol/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/func/minion/modules/netapp/vol/__init__.py b/func/minion/modules/netapp/vol/__init__.py index 1c98980..77ba28b 100644 --- a/func/minion/modules/netapp/vol/__init__.py +++ b/func/minion/modules/netapp/vol/__init__.py @@ -117,9 +117,3 @@ class Vol(func_module.FuncModule): TODO: Document me ... """ pass - - def split(self, filer, args): - """ - TODO: Document me ... - """ - pass |
