~ubuntu-branches/ubuntu/quantal/namebench/quantal

« back to all changes in this revision

Viewing changes to namebench.py

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-03-07 13:32:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100307133250-80e4nkb88udvdt4m
Tags: 1.2+dfsg-1
* New upstream release.
* Updated watch file and added debian/orig-tar.sh.
* debian/rules: Added get-orig-source target.
* Update years in copyright file.
* Configuration files are now installed in /etc/namebench directory.
* Removed unnecessary files from /usr/share/doc/namebench directory.
* Updated XS-Python-Version, Build-Depends and Depends to python >= 2.5
  since this version doesn't work with 2.4 anymore due to the use of
  relative imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
      use_tk = False
69
69
 
70
70
  if use_tk:
 
71
    print "Starting Tk interface for namebench..."
71
72
    from libnamebench import tk
72
73
    interface = tk.NameBenchGui
73
74
  else: