1 2 3 4 5 6 7 8 9 |
# Copyright 2009 Canonical Ltd. This software is licensed under the # GNU Affero General Public License version 3 (see the file LICENSE). # Re-import code from lazr.restful until it can be refactored into a # utility module. __all__ = [] import lazr.restful.utils __all__.extend(lazr.restful.utils.__all__) from lazr.restful.utils import * |