xmindltd / xmind-sdk-python

MIT License
428 stars 179 forks source link

Add support for detached topics #22

Open cohenjo opened 8 years ago

cohenjo commented 8 years ago

the const.py was missing a constant to support this. obviously this can be done by sending the "detached" string directly to "topic.getSubTopics()" but it makes it more elegant and easier to spot.

Regards,