hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

ToPython is obsolete #238

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

This code relies on import module's via Python to create diagrams. This does not reliably work and has been subsumed by the IOPython plugin which uses an Antlr parser to reverse engineer python code; Consider removing this plugin

hasii2011 commented 3 years ago

This commit ac6609c7 fixed this issue; Message is incorrect