mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/twisted: Clean old versions up
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
--- twisted/plugin.py
|
||||
+++ twisted/plugin.py
|
||||
@@ -174,7 +174,7 @@
|
||||
if pluginKey not in existingKeys:
|
||||
del dropinDotCache[pluginKey]
|
||||
needsWrite = True
|
||||
- if needsWrite:
|
||||
+ if needsWrite and os.environ.get("TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE") is None:
|
||||
try:
|
||||
dropinPath.setContent(pickle.dumps(dropinDotCache))
|
||||
except:
|
||||
Reference in New Issue
Block a user