~ubuntu-branches/ubuntu/hardy/ufw/hardy-updates

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2008-07-11 18:37:27 UTC
  • Revision ID: james.westby@ubuntu.com-20080711183727-l26fstr6mooy4rqp
Tags: 0.16.2.3
* fix confusing error output when ipv6 or ip6_tables is not available.
  (LP: #194844)
* fix initscript not setting default ipv6 policy when IPV6=no (LP: #251355)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from popen2 import Popen3
26
26
import sys
27
27
 
28
 
ufw_version = '0.16.2'
 
28
ufw_version = '0.16.2.3'
29
29
 
30
30
class Install(_install, object):
31
31
    '''Override distutils to install the files where we want them.'''