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

« back to all changes in this revision

Viewing changes to lib/common/cgirequest.py

  • Committer: dcoles
  • Date: 2008-03-10 06:11:51 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:682
Natural Language Tool Kit (nltk) for student code

setup.py: copy '/usr/share/nltk' into jail
d/s/install_proc.txt: How to download and install NLTK
d/dependencies.txt: Added NLTK as a student code dependancy

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        path = common.util.unmake_path(self.uri)
142
142
        if self.publicmode:
143
143
            self.app = None
144
 
            (_, self.path) = (common.util.split_path(path))
 
144
            self.path = path
145
145
        else:
146
146
            (self.app, self.path) = (common.util.split_path(path))
147
147
        self.user = None