~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to lasso/extract_types.py

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
wsf = ['lasso_disco_', 'lasso_dst_', 'lasso_is_', 'lasso_profile_service',
18
18
        'lasso_discovery', 'lasso_wsf', 'lasso_interaction', 'lasso_utility',
19
 
        'lasso_sa_', 'lasso_soap_', 'lasso_authentication', 'lasso_wsse' ]
 
19
        'lasso_sa_', 'lasso_soap_', 'lasso_authentication', 'lasso_wsse',
 
20
        'lasso_sec_']
20
21
if enable_wsf:
21
22
    wsf = []
22
23