Browse Source

Fix save when python3-rdflib is not installed

Closes #547
tags/1.9.8
falkTX 7 years ago
parent
commit
49ca0f1fb9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/carla_host.py

+ 2
- 0
source/carla_host.py View File

@@ -24,6 +24,8 @@ from carla_config import *
# ------------------------------------------------------------------------------------------------------------
# Imports (Global)

import json

if config_UseQt5:
from PyQt5.QtCore import qCritical, QFileInfo, QModelIndex, QPointF, QTimer
from PyQt5.QtGui import QImage, QPalette


Loading…
Cancel
Save