Browse Source

keep alphabetical order

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43383 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 years ago
parent
commit
3760007334
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gui/wxpython/gui_modules/__init__.py

+ 2 - 2
gui/wxpython/gui_modules/__init__.py

@@ -6,10 +6,10 @@ all = [
     "debug.py",
     "disp_print.py",
     "gcmd.py",
-    "gdialogs.py",
-    "georect.py",
     "gcpmanager.py",
     "gcpmapdisp.py",
+    "gdialogs.py",
+    "georect.py",
     "ghelp.py"
     "globalvar.py",
     "goutput.py",