__init__.py: remove `barectf_config_file` name
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Aug 2020 01:37:55 +0000 (21:37 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Aug 2020 01:37:55 +0000 (21:37 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/__init__.py

index 701cb6aedf3ff358c6077405a5d9a0216738084c..0e2cfada50a6a472f36224f9126323591e0af0f0 100644 (file)
@@ -86,7 +86,9 @@ effective_configuration_file = barectf_config_file.effective_configuration_file
 CodeGenerator = barectf_gen.CodeGenerator
 
 
+# remove local names
 del barectf_config_parse_common
 del barectf_version
 del barectf_config
+del barectf_config_file
 del barectf_gen
This page took 0.023938 seconds and 4 git commands to generate.