Make action.MSB_GLYPH a function, action.get_msb_glyph.
[naja.git] / naja / actions.py
index 5f282353557078e8ff3bf671d2684a30e699f199..d5e2b37227b0fb22f3ad512b6381e9537d43b4c3 100644 (file)
@@ -19,6 +19,9 @@ class LocationAction(object):
     def get_glyphs(self):
         return self.GLYPHS
 
+    def get_msb_glyph(self):
+        return self.MSB_GLYPH
+
     def get_text(self, location=None):
         substitutions = self.data.copy()