Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--translate-toolkit-1.5.1/translate/storage/base.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/translate-toolkit-1.5.1/translate/storage/base.py b/translate-toolkit-1.5.1/translate/storage/base.py
index 54f5708..db5d010 100644
--- a/translate-toolkit-1.5.1/translate/storage/base.py
+++ b/translate-toolkit-1.5.1/translate/storage/base.py
@@ -310,6 +310,14 @@ class TranslationUnit(object):
"""Marks the unit as fuzzy or not."""
pass
+ def isobsolete(self):
+ """indicate whether a unit is obsolete"""
+ return False
+
+ def makeobsolete(self):
+ """Make a unit obsolete"""
+ pass
+
def isheader(self):
"""Indicates whether this unit is a header."""
return False