summarylogtreecommitdiffstats
path: root/1-importlib.patch
blob: e20184a13857e3d394c288dbe456831fce39a14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/oh-brother.py b/oh-brother.py
index 8370c8b..1def956 100755
--- a/oh-brother.py
+++ b/oh-brother.py
@@ -14,6 +14,8 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
+import importlib.util
+import importlib.machinery
 from pysnmp.entity.rfc3413.oneliner import cmdgen
 import urllib.request, urllib.error, urllib.parse
 import xml.etree.ElementTree as ET