Changes between Initial Version and Version 1 of Ticket #1383, comment 23


Ignore:
Timestamp:
2011-04-19T18:41:57Z (14 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1383, comment 23

    initial v1  
    11Here you go:
    22
    3 
     3{{{
    44wgw-whg@kiab:~$ python -c 'import pkg_resources;print pkg_resources.require("Foolscap")'
    55[foolscap 0.6.1 (/usr/lib/python2.7/dist-packages)]
     
    99<module 'foolscap' from '/usr/lib/python2.7/dist-packages/foolscap/__init__.pyc'>
    10100.6.1
     11}}}
    1112
    1213Tahoe still fails with
    13 pkg_resources.UnknownExtra: foolscap 0.6.1 has no such extra feature 'secure_connections'
     14pkg_resources.!UnknownExtra: foolscap 0.6.1 has no such extra feature 'secure_connections'