[Checkins] SVN: gocept.selenium/trunk/src/gocept/selenium/ pep8-ify

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Jun 14 01:25:11 EDT 2010


Log message for revision 113436:
  pep8-ify

Changed:
  U   gocept.selenium/trunk/src/gocept/selenium/base.py
  U   gocept.selenium/trunk/src/gocept/selenium/ztk/__init__.py
  U   gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_selenese.py
  U   gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_ztk.py

-=-
Modified: gocept.selenium/trunk/src/gocept/selenium/base.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/base.py	2010-06-14 05:21:52 UTC (rev 113435)
+++ gocept.selenium/trunk/src/gocept/selenium/base.py	2010-06-14 05:25:10 UTC (rev 113436)
@@ -15,6 +15,7 @@
 import gocept.selenium.selenese
 import selenium
 
+
 class Layer(object):
 
     # XXX make configurable:

Modified: gocept.selenium/trunk/src/gocept/selenium/ztk/__init__.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/ztk/__init__.py	2010-06-14 05:21:52 UTC (rev 113435)
+++ gocept.selenium/trunk/src/gocept/selenium/ztk/__init__.py	2010-06-14 05:25:10 UTC (rev 113436)
@@ -75,4 +75,4 @@
     zope.server.http.wsgihttpserver.WSGIHTTPServer,
     SwitchableDBApplication,
     zope.server.http.commonaccesslogger.CommonAccessLogger,
-    8087, True) # The port number here is just the default value
+    8087, True)  # The port number here is just the default value

Modified: gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_selenese.py	2010-06-14 05:21:52 UTC (rev 113435)
+++ gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_selenese.py	2010-06-14 05:25:10 UTC (rev 113436)
@@ -64,6 +64,7 @@
         class Selenese(gocept.selenium.selenese.Selenese):
             def get_without_assert_type(self):
                 pass
+
             @gocept.selenium.selenese.assert_type('wrong_type')
             def get_with_wrong_assert_type(self):
                 pass

Modified: gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_ztk.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_ztk.py	2010-06-14 05:21:52 UTC (rev 113435)
+++ gocept.selenium/trunk/src/gocept/selenium/ztk/tests/test_ztk.py	2010-06-14 05:25:10 UTC (rev 113436)
@@ -15,6 +15,7 @@
 import gocept.selenium.ztk.testing
 import gocept.selenium.tests.isolation
 
+
 class ZTKTests(gocept.selenium.tests.isolation.IsolationTests,
                gocept.selenium.ztk.testing.TestCase):
 



More information about the checkins mailing list