8687.15.18
by Karl Fogel
Add the copyright header block to files under lib/canonical/. |
1 |
# Copyright 2009 Canonical Ltd. This software is licensed under the
|
2 |
# GNU Affero General Public License version 3 (see the file LICENSE).
|
|
6368.3.4
by Francis J. Lacoste
Add safe_hasattr() implementation. |
3 |
|
8122.4.17
by Leonard Richardson
Removed code that lives in lazr.restful, and added re-imports from lazr.restful because that's not its final destination. |
4 |
# Re-import code from lazr.restful until it can be refactored into a
|
5 |
# utility module.
|
|
8122.4.20
by Leonard Richardson
Import code in a way that doesn't make the import fascist angry. |
6 |
__all__ = [] |
7 |
import lazr.restful.utils |
|
8 |
__all__.extend(lazr.restful.utils.__all__) |
|
9 |
from lazr.restful.utils import * |