Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Oct 24, 2015
1 parent 21f1803 commit 2ad428a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions storjnode/util.py
Expand Up @@ -60,14 +60,15 @@ def baskets(items, count):
#import psutil
#def get_fs_type(path):
# """Returns: path filesystem type or None.
#
#
# Example:
# > get_fs_type("/home")
# 'ext4'
# """
# partitions = {}
# for partition in psutil.disk_partitions():
# partitions[partition.mountpoint] = (partition.fstype, partition.device)
# partitions[partition.mountpoint] = (partition.fstype,
# partition.device)
# if path in partitions:
# return partitions[path][0]
# splitpath = path.split(os.sep)
Expand Down

0 comments on commit 2ad428a

Please sign in to comment.