Attempt at catching bps issues
This commit is contained in:
7
Rom.py
7
Rom.py
@@ -9,8 +9,11 @@ import random
|
|||||||
import struct
|
import struct
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
import bps.apply
|
try:
|
||||||
import bps.io
|
import bps.apply
|
||||||
|
import bps.io
|
||||||
|
except ImportError:
|
||||||
|
raise Exception('Could not load BPS module')
|
||||||
|
|
||||||
from BaseClasses import CollectionState, ShopType, Region, Location, Door, DoorType, RegionType, PotItem
|
from BaseClasses import CollectionState, ShopType, Region, Location, Door, DoorType, RegionType, PotItem
|
||||||
from DoorShuffle import compass_data, DROptions, boss_indicator
|
from DoorShuffle import compass_data, DROptions, boss_indicator
|
||||||
|
|||||||
Reference in New Issue
Block a user