summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-10-16 16:31:48 -0700
committerZac Medico <zmedico@gentoo.org>2012-10-16 16:31:48 -0700
commitf1e4d32191ad46460043f1fa83ca447c657678e2 (patch)
treed203e191a6928c1dee94f5c18564bc366e248b80 /pym/portage/__init__.py
parent43f3b93d4841ce638e73586a8d7b212f86f0c173 (diff)
downloadportage-f1e4d32191ad46460043f1fa83ca447c657678e2.tar.gz
portage-f1e4d32191ad46460043f1fa83ca447c657678e2.tar.bz2
portage-f1e4d32191ad46460043f1fa83ca447c657678e2.zip
Move portage.dep._internal_warnings to portage.v2.2.0_alpha139
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 667bf6fd9..08d9e5d86 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -334,6 +334,9 @@ _python_interpreter = os.path.realpath(sys.executable)
_bin_path = PORTAGE_BIN_PATH
_pym_path = PORTAGE_PYM_PATH
+# Api consumers included in portage should set this to True.
+_internal_warnings = False
+
_sync_disabled_warnings = False
def _shell_quote(s):