1
1
# Copyright 2010 Canonical Ltd. This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
11
13
def FakeLibrarian(*args, **kwargs):
12
14
"""Forward to the new home with a deprecation warning."""
13
15
warnings.warn("Stale import: please import FakeLibrarian from "
16
18
return _FakeLibrarian(*args, **kwargs)