~allison/+junk/extras-framingham-precise

« back to all changes in this revision

Viewing changes to framingham_lib/helpers.py

  • Committer: Allison Randal
  • Date: 2012-04-25 05:18:43 UTC
  • Revision ID: allison@lohutok.net-20120425051843-fh7afqyracksl43p
Removing version numbers from /opt path, not required (and 0.1 is wrong now anyway, since the current version is 12.02)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
    if not os.path.exists(help_uri):
91
91
        # installed so use /opt paths
92
 
        help_uri = os.path.abspath(os.path.join('/', 'opt', 'extras.ubuntu.com', 'framingham-0.1', 'share', 'gnome', 'help', 'framingham', 'C'))
 
92
        help_uri = os.path.abspath(os.path.join('/', 'opt', 'extras.ubuntu.com', 'framingham', 'share', 'gnome', 'help', 'framingham', 'C'))
93
93
 
94
94
    # unspecified page is the index.page
95
95
    if page is not None: