Skip to content

Commit d9e2d81

Browse files
committed
mountcontrol.py
1 parent 159531e commit d9e2d81

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

mountcontrol.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/usr/bin/env python
2-
'''Tree View/List Store
3-
4-
The GtkListStore is used to store data in list form, to be used
5-
later on by a GtkTreeView to display it. This demo builds a
6-
simple GtkListStore and displays it. See the Stock Browser
7-
demo for a more advanced example.'''
2+
'''
3+
GTK Control for fuser mounts. User can mount/unmount preconfigured
4+
Mountpoints (fuse). Tested only with sshfs so far
5+
'''
86

97
import gobject
108
import gtk

0 commit comments

Comments
 (0)