From: Brian Dolbec Date: Wed, 1 Aug 2012 03:34:16 +0000 (-0700) Subject: mark dbapi as deprecated. X-Git-Tag: gentoolkit-0.3.0.7~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=99c97cf9f39c6b0b5574827bcde981fbc9d92e9c;p=gentoolkit.git mark dbapi as deprecated. --- diff --git a/pym/gentoolkit/dbapi.py b/pym/gentoolkit/dbapi.py index fbf0bc4..113545d 100644 --- a/pym/gentoolkit/dbapi.py +++ b/pym/gentoolkit/dbapi.py @@ -5,7 +5,16 @@ # # $Header$ -"""Provides access to Portage database api""" +"""Provides access to Portage database api + Note: this file is deprecated, please replace all use + of these variable with the assigned calls. That will + take advantage of them being lazy-loaded. +""" + +from __future__ import print_function + +print("gentoolkit.dbapi is deprecated.\n", + "Please migrate to using the assigned calls directly") import portage