glyphInfo not working

According to the documentation: http://docu.glyphsapp.com/#gsglyph

I should be able to print out information stored in glyphInfo. I can print everything else in this section, from names, metrics keys, script, etc, but the following code produces the following traceback:

for g in Glyphs.font.glyphs:
print g.glyphInfo

Traceback (most recent call last):
File “”, line 33, in
File “/Users/georg/Programmierung/Glyphs/Glyphs/Glyphs/Scripts/GlyphsApp.py”, line 2766, in
NameError: global name ‘GSGlyphsInfo’ is not defined

Tom

This should be fixed in the latest version.