~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to gui/wxpython/gui_modules/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all = [ "dbm",
2
 
        "debug",
3
 
        "disp_print",
4
 
        "gcmd",
5
 
        "georect",
6
 
        "globalvar",
7
 
        "grassenv",
8
 
        "gselect",
9
 
        "goutput",
10
 
        "histogram",
11
 
        "location_wizard",
12
 
        "mapdisp",
13
 
        "menudata",
14
 
        "menuform",
15
 
        "nviz",
16
 
        "preferences",
17
 
        "profile",
18
 
        "psmap",
19
 
        "render",
20
 
        "rules",
21
 
        "sqlbuilder",
22
 
        "toolbars",
23
 
        "toolbox",
24
 
        "track",
25
 
        "utils",
26
 
        "vdigit",
27
 
        "workspace",
28
 
        "wxgui_utils" ]
 
1
all = [
 
2
    "colorrules.py",
 
3
    "dbm.py",
 
4
    "dbm_base.py",
 
5
    "dbm_dialogs.py",
 
6
    "debug.py",
 
7
    "disp_print.py",
 
8
    "gcmd.py",
 
9
    "gcpmanager.py",
 
10
    "gcpmapdisp.py",
 
11
    "gdialogs.py",
 
12
    "georect.py",
 
13
    "ghelp.py"
 
14
    "globalvar.py",
 
15
    "goutput.py",
 
16
    "gselect.py",
 
17
    "histogram.py",
 
18
    "layertree.py",
 
19
    "location_wizard.py",
 
20
    "mapdisp_command.py",
 
21
    "mapdisp_window.py",
 
22
    "mapdisp.py",
 
23
    "mcalc_builder.py",
 
24
    "menu.py",
 
25
    "menudata.py",
 
26
    "menuform.py",
 
27
    "nviz_mapdisp.py",
 
28
    "nviz_preferences.py",
 
29
    "nviz_tools.py",
 
30
    "ogc_services.py",
 
31
    "preferences.py",
 
32
    "profile.py",
 
33
    "render.py",
 
34
    "rules.py",
 
35
    "sqlbuilder.py",
 
36
    "toolbars.py",
 
37
    "units.py",
 
38
    "utils.py",
 
39
    "vclean.py",
 
40
    "vdigit.py",
 
41
    "workspace.py",
 
42
    "wxnviz.py",
 
43
]