Pārlūkot izejas kodu

grass.py: Remove an extra empty line

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70768 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 gadi atpakaļ
vecāks
revīzija
ff27681aa8
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      lib/init/grass.py

+ 0 - 1
lib/init/grass.py

@@ -1189,7 +1189,6 @@ def set_language(grass_config_dir):
                'LC_TELEPHONE', 'LC_MEASUREMENT', 'LC_IDENTIFICATION'):
                'LC_TELEPHONE', 'LC_MEASUREMENT', 'LC_IDENTIFICATION'):
         os.environ[lc] = normalized
         os.environ[lc] = normalized
 
 
-
     # Some code in GRASS might not like other decimal separators than .
     # Some code in GRASS might not like other decimal separators than .
     # Other potential sources for problems are: LC_TIME LC_CTYPE
     # Other potential sources for problems are: LC_TIME LC_CTYPE
     locale.setlocale(locale.LC_NUMERIC, 'C')
     locale.setlocale(locale.LC_NUMERIC, 'C')