~launchpad-pqm/launchpad/devel

9370.1.1 by Jonathan Lange
Basic package structure.
1
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
4
"""Scripts that are used in developing Launchpad."""
9404.1.31 by Jonathan Lange
Move get_launchpad_root to devscripts
5
6
import os
7
8
9
def get_launchpad_root():
10
    return os.path.dirname(os.path.dirname(os.path.dirname(__file__)))