1
# Copyright 2009 Canonical Ltd. All rights reserved.
3
# This file is part of lazr.yourpkg
5
# lazr.config is free software: you can redistribute it and/or modify it
6
# under the terms of the GNU Lesser General Public License as published by
7
# the Free Software Foundation, either version 3 of the License, or (at your
8
# option) any later version.
10
# lazr.config is distributed in the hope that it will be useful, but WITHOUT
11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13
# License for more details.
15
# You should have received a copy of the GNU Lesser General Public License
16
# along with lazr.config. If not, see <http://www.gnu.org/licenses/>.
20
# This is a namespace package.
23
pkg_resources.declare_namespace(__name__)
26
__path__ = pkgutil.extend_path(__path__, __name__)