~yeliabmas/sloecode/wiki_mvp

« back to all changes in this revision

Viewing changes to sloecode/codehosting/server.py

  • Committer: Christopher Lee
  • Date: 2011-05-19 08:48:29 UTC
  • mfrom: (100 trunk)
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: veebers@gmail.com-20110519084829-8fe65h3dv3erqoiy
Merge SSH Key Improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    here_location = os.path.abspath(__file__)
36
36
    codehosting_dir = os.path.dirname(here_location)
37
37
    sloecode_dir = os.path.dirname(codehosting_dir)
38
 
    tree_root = os.path.dirname(sloecode_dir)
39
 
    return os.path.join(tree_root, 'bzrplugins')
 
38
    return os.path.join(sloecode_dir, 'bzrplugins')
40
39
 
41
40
 
42
41
def get_BZR_PLUGIN_PATH_for_subprocess():