Update README for WAMP example to use crossbar with python3
crossbar python2 support is broken in v18.7.2.
I've submitted with fixes for that.
https://github.com/crossbario/crossbar/pull/1376
But they don't test crossbar with python2 in CI, so it's going to be
broken again in the future.
And there is no much reason to use crossbar with python2.
from __future__ import absolute_importfrom etherlab.etherlab import *from util.BitmapLibrary import AddBitmapFolderimport util.paths as pathsAddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))