File fix-resource-load.patch of Package labelImg
diff --git a/labelImg.py b/labelImg.py
index ece1d03..b3d4a57 100755
--- a/labelImg.py
+++ b/labelImg.py
@@ -26,7 +26,7 @@ except ImportError:
from PyQt4.QtGui import *
from PyQt4.QtCore import *
-import resources
+import labelImg.resources
# Add internal libs
from libs.constants import *
from libs.lib import struct, newAction, newIcon, addActions, fmtShortcut, generateColorByText
diff --git a/libs/stringBundle.py b/libs/stringBundle.py
index 0ea2807..2c3441a 100644
--- a/libs/stringBundle.py
+++ b/libs/stringBundle.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import re
-import resources
+import labelImg.resources
import os
import sys
import locale