From a4c9aaed673ac5f4c5bf856eb235b12838e94927 Mon Sep 17 00:00:00 2001 From: Leor Bleier Date: Thu, 14 May 2020 11:37:11 -0400 Subject: [PATCH] Fix #72 - Change pickle load based on CCB feedback Other fixes as necessary --- .gitignore | 2 +- Subsystems/cmdGui/HTMLDocsParser.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e28c54e..9c79f62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *.pyc cmdUtil -.DS_Store \ No newline at end of file +.DS_Store diff --git a/Subsystems/cmdGui/HTMLDocsParser.py b/Subsystems/cmdGui/HTMLDocsParser.py index 4981f10..f932954 100644 --- a/Subsystems/cmdGui/HTMLDocsParser.py +++ b/Subsystems/cmdGui/HTMLDocsParser.py @@ -17,6 +17,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # + import glob import pickle import re