[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/ pyflakes

Jan-Jaap Driessen jdriessen at thehealthagency.com
Tue Nov 9 10:58:25 EST 2010


Log message for revision 118305:
  pyflakes

Changed:
  U   gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/__init__.py
  U   gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/tests.py
  U   gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py
  U   gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/__init__.py

-=-
Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/__init__.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/__init__.py	2010-11-09 15:49:30 UTC (rev 118304)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/__init__.py	2010-11-09 15:58:25 UTC (rev 118305)
@@ -13,7 +13,7 @@
 ##############################################################################
 import unittest
 
-from zope.app.appsetup.testlayer import createTestDB, ZODBLayer
+from zope.app.appsetup.testlayer import ZODBLayer
 from zope.app.wsgi import WSGIPublisherApplication
 from zope.app.publication.httpfactory import HTTPPublicationRequestFactory
 

Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/tests.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/tests.py	2010-11-09 15:49:30 UTC (rev 118304)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/grok/tests.py	2010-11-09 15:58:25 UTC (rev 118305)
@@ -11,8 +11,6 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-import unittest
-
 import transaction
 
 import gocept.selenium.grok

Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-11-09 15:49:30 UTC (rev 118304)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-11-09 15:58:25 UTC (rev 118305)
@@ -18,8 +18,6 @@
 import posixpath
 import shutil
 import SimpleHTTPServer
-import subprocess
-import sys
 import tempfile
 import threading
 import time

Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/__init__.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/__init__.py	2010-11-09 15:49:30 UTC (rev 118304)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/__init__.py	2010-11-09 15:58:25 UTC (rev 118305)
@@ -13,8 +13,6 @@
 ##############################################################################
 
 import os
-import time
-import urllib
 import unittest
 import threading
 from wsgiref.simple_server import WSGIServer, WSGIRequestHandler



More information about the checkins mailing list