summaryrefslogtreecommitdiff
blob: 4d14f13f2b8dde80b103aeea15d0b5d156552baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/internal b/internal
index 432179d..6898173 100755
--- a/internal
+++ b/internal
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 'Command line program to exercise/test/debug the _internal command.'
 # Mark Blakeney, Oct 2019
-import sys, importlib, argparse
+import sys, importlib.util, importlib.machinery, argparse
 from pathlib import Path
 
 CMD = '_internal'