~bilalakhtar/ubuntu/natty/ufw/fix-682811

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2009-11-11 14:26:56 UTC
  • mfrom: (0.2.3 upstream)
  • mto: (0.1.10 sid) (30.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20091111142656-elu1gdohgz1muifz
Tags: upstream-0.29.1
ImportĀ upstreamĀ versionĀ 0.29.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import shutil
29
29
import subprocess
30
30
 
31
 
ufw_version = '0.29'
 
31
ufw_version = '0.29.1'
32
32
 
33
33
def cmd(command):
34
34
    '''Try to execute the given command.'''