Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6)

Issue 101: Add setcontext method in PO storage classes

Unified Diff

File: translate/storage/base.py
Patch Set: Created 1 year, 3 months ago
Jump to:
View side by-side-diff with in line comments
« no previous file | translate/storage/cpo.py » ('j')
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.

« no previous file | translate/storage/cpo.py » ('j')

Powered by Google App Engine
This is Rietveld r159