From 73e8ea1d4900e0f62d112805b88716343d9cc8a5 Mon Sep 17 00:00:00 2001 From: Jony Vesterman Cohen Date: Sat, 24 Sep 2016 22:21:09 +0300 Subject: [PATCH] Add support for detached topics the const.py was missing a constant to support this. --- xmind/core/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xmind/core/const.py b/xmind/core/const.py index a9b27d1..e637c01 100644 --- a/xmind/core/const.py +++ b/xmind/core/const.py @@ -67,6 +67,7 @@ TOPIC_ROOT = "root" TOPIC_ATTACHED = "attached" +TOPIC_DETACHED = "detached" FILE_PROTOCOL = "file://" TOPIC_PROTOCOL = "xmind:#"