devtools/fill.py
changeset 4072 ead446e70c28
parent 4053 7cc66b1d9183
child 4252 6c4f109c2b03
--- a/devtools/fill.py	Wed Dec 09 12:20:05 2009 +0100
+++ b/devtools/fill.py	Wed Dec 09 12:22:21 2009 +0100
@@ -112,7 +112,7 @@
         attrlength = get_max_length(self.e_schema, attrname)
         num_len = numlen(index)
         if num_len >= attrlength:
-            ascii = self.e_schema.rproperty(attrname, 'internationalizable')
+            ascii = self.e_schema.rdef(attrname).internationalizable
             return ('&'+decompose_b26(index, ascii))[:attrlength]
         # always use plain text when no format is specified
         attrprefix = attrname[:max(attrlength-num_len-1, 0)]