Pyolian: remove the useless Object.type binding
authorDave Andreoli <dave@gurumeditation.it>
Sun, 11 Mar 2018 14:52:52 +0000 (15:52 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 11:10:53 +0000 (20:10 +0900)
commitc4b2b7821b063992116182517c825653e0e504d8
tree91e08ca0fbc6451965614c0679a1635b2f28f5b8
parentea47d4d62dab5c868336e1e769a53a7bf381a4c3
Pyolian: remove the useless Object.type binding

This is useless in py as Objects are never returned
directly, you always get the correct subtype (Class,
Variable, etc..). It was also clashing with Class.type
src/scripts/pyolian/eolian.py
src/scripts/pyolian/test_eolian.py