瀏覽代碼

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 年之前
父節點
當前提交
ff27681aa8
共有 1 個文件被更改,包括 0 次插入1 次删除
  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'):
         os.environ[lc] = normalized
 
-
     # Some code in GRASS might not like other decimal separators than .
     # Other potential sources for problems are: LC_TIME LC_CTYPE
     locale.setlocale(locale.LC_NUMERIC, 'C')