Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: third_party/google-endpoints/dogpile/core.py

Issue 2666783008: Add google-endpoints to third_party/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 """Compatibility namespace for those using dogpile.core.
2
3 As of dogpile.cache 0.6.0, dogpile.core as a separate package
4 is no longer used by dogpile.cache.
5
6 Note that this namespace will not take effect if an actual
7 dogpile.core installation is present.
8
9 """
10
11 from .util import nameregistry # noqa
12 from .util import readwrite_lock # noqa
13 from .util.readwrite_lock import ReadWriteMutex # noqa
14 from .util.nameregistry import NameRegistry # noqa
15 from .lock import Lock # noqa
16 from .lock import NeedRegenerationException # noqa
17 from . import __version__ # noqa
OLDNEW
« no previous file with comments | « third_party/google-endpoints/dogpile/cache/util.py ('k') | third_party/google-endpoints/dogpile/lock.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698