Explorar o código

trivial whitespace

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57035 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=11) %!d(string=hai) anos
pai
achega
c9b521dddc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/r.in.wms/wms_base.py

+ 1 - 1
scripts/r.in.wms/wms_base.py

@@ -15,7 +15,7 @@ This program is free software under the GNU General Public License
 """
 
 import os
-from   math import ceil
+from math import ceil
 
 import base64
 import urllib2