summaryrefslogtreecommitdiff
path: root/build_tools/get_documentation.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/get_documentation.py')
-rw-r--r--build_tools/get_documentation.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build_tools/get_documentation.py b/build_tools/get_documentation.py
index 2ff4cb2b9..321189646 100644
--- a/build_tools/get_documentation.py
+++ b/build_tools/get_documentation.py
@@ -9,11 +9,8 @@ the GNU General Public License Version 2.
'''
import sys
-import os
import xml.dom.minidom
-from xml.dom.minidom import Element
-
def get_manager_event_method_type(candidate_string):
if "ast_manager_event_multichan" in candidate_string: