We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159531e commit d9e2d81Copy full SHA for d9e2d81
mountcontrol.py
@@ -1,10 +1,8 @@
1
#!/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.'''
+'''
+GTK Control for fuser mounts. User can mount/unmount preconfigured
+Mountpoints (fuse). Tested only with sshfs so far
8
9
import gobject
10
import gtk
0 commit comments