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

« back to all changes in this revision

Viewing changes to libnamebench/util.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:
99
99
  other_places = [os.getcwd(),
100
100
                  os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'Contents', 'Resources'),
101
101
                  os.path.join(os.getcwd(), 'namebench.app', 'Contents', 'Resources'),
 
102
                  os.path.join(os.getcwd(), '..'),
102
103
                  os.path.join(sys.prefix, 'namebench'),
103
104
                  '/usr/local/share/namebench'
104
105
                  '/usr/local/etc/namebench',