Remove outdated hard-coded paths to Python 2.6 module in /opt/trinity/...

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 1 year ago
parent 695b918fbb
commit d141e54157
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -15,8 +15,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
import os, sys, time import os, sys, time
sys.path.append("/opt/trinity/lib/python2.6/dist-packages")
sys.path.append("/opt/trinity/lib/python2.6/site-packages")
try: try:
import FusionIcon import FusionIcon

Loading…
Cancel
Save