From c02c0d704cf082d3d87fc0a2d623914767d00023 Mon Sep 17 00:00:00 2001 From: DjMelik Date: Thu, 26 Aug 2010 16:05:56 -0700 Subject: . > , --- archey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archey b/archey index 66c94ba..386452f 100644 --- a/archey +++ b/archey @@ -234,7 +234,7 @@ def packages_display(): # File System Function. def fs_display(): - supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs'. 'fuseblk') + supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs', 'fuseblk') p1 = Popen(['df', '-TPh'], stdout=PIPE).communicate()[0] filesystems = p1.rstrip().split('\n') del filesystems[0] -- cgit v1.2.3-54-g00ecf