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

« back to all changes in this revision

Viewing changes to setup/setuputil.py

  • Committer: wagrant
  • Date: 2008-07-07 08:42:37 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:818
setup/setuputil.py: Don't assume that we're running from setup/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
# Import modules from the website is tricky since they're in the www
34
34
# directory.
35
 
sys.path.append('../lib')
 
35
sys.path.append('lib')
36
36
import common.makeuser
37
37
 
38
38
# Determine which Python version (2.4 or 2.5, for example) we are running,