aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/gentoolkit/dbapi.py')
-rw-r--r--pym/gentoolkit/dbapi.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/pym/gentoolkit/dbapi.py b/pym/gentoolkit/dbapi.py
index be37f32..9e480f8 100644
--- a/pym/gentoolkit/dbapi.py
+++ b/pym/gentoolkit/dbapi.py
@@ -9,14 +9,16 @@
take advantage of them being lazy-loaded.
"""
-print("gentoolkit.dbapi is deprecated.\n",
- "Please migrate to using the assigned calls directly")
+print(
+ "gentoolkit.dbapi is deprecated.\n",
+ "Please migrate to using the assigned calls directly",
+)
import portage
BINDB = portage.db[portage.root]["bintree"].dbapi
PORTDB = portage.db[portage.root]["porttree"].dbapi
VARDB = portage.db[portage.root]["vartree"].dbapi
-#virtuals = portage.db[portage.root]["virtuals"]
+# virtuals = portage.db[portage.root]["virtuals"]
# vim: set ts=8 sw=4 tw=79: