change identation from tabs to spaces

This commit is contained in:
lars 2007-08-18 00:45:12 +00:00
parent c8e28f5241
commit 3224d59dfe
62 changed files with 6614 additions and 6614 deletions

View file

@ -206,7 +206,7 @@ class CryptoBoxContainer:
def reset_object(self): def reset_object(self):
""" recheck the information about this container """recheck the information about this container
this is especially useful after changing the type via 'create' this is especially useful after changing the type via 'create'
Available since: 0.3.0 Available since: 0.3.0
@ -759,7 +759,7 @@ class CryptoBoxContainer:
def __clean_mount_dirs(self): def __clean_mount_dirs(self):
""" remove all unnecessary subdirs of the mount parent directory """remove all unnecessary subdirs of the mount parent directory
this should be called for every (u)mount """ this should be called for every (u)mount """
subdirs = os.listdir(self.cbox.prefs["Locations"]["MountParentDir"]) subdirs = os.listdir(self.cbox.prefs["Locations"]["MountParentDir"])
for one_dir in subdirs: for one_dir in subdirs: