~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/poppy/__init__.py

fix some lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
from canonical.config import config
9
9
 
 
10
 
10
11
def get_poppy_root():
11
12
    """Return the poppy root to use for this server.
12
13
 
17
18
    if poppy_root:
18
19
        return poppy_root
19
20
    return config.poppy.fsroot
20