py: Implement getattr() builtin.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index a2cdf84..3be6295 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -92,6 +92,7 @@
 Q(exec)
 Q(filter)
 Q(float)
+Q(getattr)
 Q(hash)
 Q(id)
 Q(int)