NGSegovia / wsgi-intercept

Automatically exported from code.google.com/p/wsgi-intercept
Other
0 stars 0 forks source link

ClientCookie unneeded import and lacking in install_requires #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

install wsgi_intercept
no ClientCoockie installed
when using zope_testbrowser this error occurs

   .../wsgi_intercept/zope_testbrowser/wsgi_testbrowser.py", line 10, in ?
        from ClientCookie import HTTPHandler
    ImportError: No module named ClientCookie

this import is not needed

Version 0.3 of wsgi_intercept

fix:
remove line 10 of wsgi_testbrowser.py 

Original issue reported on code.google.com by berndd...@gmail.com on 10 Dec 2007 at 12:35

GoogleCodeExporter commented 8 years ago
good catch, thanks.  Scheduling for 0.3.1 bugfix release

Original comment by kumar.mcmillan on 10 Dec 2007 at 2:12

GoogleCodeExporter commented 8 years ago
this was released today in 0.3.1.  To install:

easy_install -U wsgi_intercept

Original comment by kumar.mcmillan on 10 Dec 2007 at 5:05

GoogleCodeExporter commented 8 years ago
btw ... I need to do some big cleanup of import statements and add 
extras_require for
proper easy_install'ability per package.  See issue5 for details on that

Original comment by kumar.mcmillan on 10 Dec 2007 at 5:07

GoogleCodeExporter commented 8 years ago
tagging with the proper 0.3 milestone for safe keeping

Original comment by kumar.mcmillan on 6 Jan 2008 at 9:20