File: modlib.py

package info (click to toggle)
mgltools-viewerframework 1.5.7-3
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 1,580 kB
  • sloc: python: 13,681; sh: 78; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
modlist = [
("ViewerFramework","customizationCommands","""
This module implements a set of class to customize a ViewerFramework
application:
    SetUserPreference
    SetOnAddObjectCmds
"""),
("ViewerFramework","customizeVFGUICommands","""
This Module implements commands 
	to change the appearance of the ViewerFrameworkGUI
 
"""),
("ViewerFramework","dejaVuCommands","""
This module implements classes relative to DejaVu.
"""),
("ViewerFramework","documentationCommands","""
Module implementing classes to provide documentation on the application
"""),
("ViewerFramework","serverCommands","""
This module implements classes to start a server and to connect to a server.
"""),
]