fixup whitespace with pep8 tricks from https://gist.github.com/1903033

This commit is contained in:
Dane Springmeyer 2012-02-24 13:13:56 -08:00
parent a917b7b410
commit 0a37a1591e
31 changed files with 194 additions and 210 deletions

View file

@ -50,4 +50,3 @@ def test_serializing_arbitrary_parameters():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -126,5 +126,3 @@ def test_unicode_regex_replace():
if __name__ == "__main__":
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -75,5 +75,3 @@ def test_adding_datasource_to_layer():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -41,4 +41,3 @@ def test_map_deepcopy1():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -57,4 +57,3 @@ if 'ogr' in mapnik.DatasourceCache.instance().plugin_names():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -44,4 +44,3 @@ if 'osm' in mapnik.DatasourceCache.instance().plugin_names():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -188,4 +188,3 @@ if 'postgis' in mapnik.DatasourceCache.instance().plugin_names() \
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -110,5 +110,3 @@ def test_stop_label():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -56,4 +56,3 @@ if 'shape' in mapnik.DatasourceCache.instance().plugin_names():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -75,4 +75,3 @@ if 'sqlite' in mapnik.DatasourceCache.instance().plugin_names():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -318,4 +318,3 @@ if 'sqlite' in mapnik.DatasourceCache.instance().plugin_names():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -22,4 +22,3 @@ def test_loading_fontset_from_map():
if __name__ == "__main__":
setup()
[eval(run)() for run in dir() if 'test_' in run]

View file

@ -54,4 +54,3 @@ for f in files:
mapnik.save_map(m, "%s-out.xml" % f[0])
summary()