Recent Issues
|
Sign in
with your
Google
Account to create issues and add comments
Issue 101:
Add setcontext method in PO storage classes
Unified Diff
File: translate/storage/base.py
Patch Set:
Jump to:
Index: translate/storage/base.py
===================================================================
--- translate/storage/base.py (revision 8228)
+++ translate/storage/base.py (working copy)
@@ -159,6 +159,10 @@
def getcontext(self):
"""Get the message context."""
return ""
+
+ def setcontext(self, context):
+ """Sets the message context"""
+ pass
def getnotes(self, origin=None):
"""Returns all notes about this unit.