Python DAL changes

Removal of OKSList class

We have removed the OKSList class in favor of using python native lists directly. This should both improve in performance and ease of use. Replace all your OKSList list calls by simple python lists and you are done.

Re-structuring python dependencies

We have restructured the internal python dependencies between the classes, so no more shadowing happens internally. The changes in this area do not affect end users, so you need not to change anything.

Python dal objects can now copy stuff from other objects

Python DAL objects now support copying. Refer to the documentation of genconfig.PyDALBase.copy() for details.

C++ / Java Generation