~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: William Grant
  • Date: 2009-01-13 01:36:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1123
Merge setup-refactor branch. This completely breaks existing installations;
every path (both filesystem and Python) has changed. Do not upgrade without
knowing what you are doing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import os.path
29
29
import cgi
30
30
 
31
 
from common import (util, studpath)
32
 
import common.svn
 
31
from ivle import (util, studpath)
 
32
import ivle.svn
33
33
 
34
34
# url path for this app
35
35
THIS_APP = "files"
115
115
    href_path = util.make_path(THIS_APP)
116
116
    nav_path = ""
117
117
 
118
 
    revision = common.svn.revision_from_string(
 
118
    revision = ivle.svn.revision_from_string(
119
119
                     req.get_fieldstorage().getfirst('r'))
120
120
 
121
121
    try: