Allow vk-generate.py to work in Python 2.

There were two places where this script called super, one with
Python 2 and 3 compatible syntax and one with Python 3 only. Fix
it to use the compatible syntax in both locations.
1 file changed