Removed incorrect imports causing pydcs being imported twice;

This commit is contained in:
Khopa
2020-09-06 12:33:40 +02:00
parent 2969ce2d56
commit 3c96c1d5b1
6 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import inspect
from pydcs import dcs
import dcs
DEFAULT_AVAILABLE_BUILDINGS = ['fuel', 'ammo', 'comms', 'oil', 'ware', 'farp', 'fob', 'power', 'factory', 'derrick', 'aa']