modified: interface/ri_data.py

modified:   interface/ri_func_dep.py
	modified:   interface/ri_inst_cli.py
	modified:   interface/ri_inst_tk.py
	modified:   interface/ri_oper.py
	modified:   xml/interface.xml
  make tab equal 4 spaces
This commit is contained in:
fling
2010-11-15 12:18:06 +08:00
parent 483d16568c
commit 258f9dc69f
6 changed files with 432 additions and 406 deletions

View File

@@ -296,7 +296,7 @@ p_node - xml node (parent node) '''
raids.appendChild(rd)
p_node.appendChild(raids)
#ri_tk_cmd.py use
#ri_tk_cmd.py use
@staticmethod
def get_size(dev):
''' calculate raid device size '''
@@ -341,7 +341,7 @@ class MountPoint:
mp.directory = dir
mp.filesystem = fs
mp.format = fm
@staticmethod
def init_from_internal():
''' init MountPoint from internal class Partition and class Raid '''