Bug Fix - message_types to const

import of the constants naming convention didn’t get changed when the
global naming change occurred.
This commit is contained in:
Cort Buffington 2017-03-20 07:51:39 -05:00
parent 1bd31f09f5
commit 49d7c1f484
3 changed files with 3117 additions and 394 deletions

View File

@ -47,9 +47,9 @@ __email__ = 'n0mjs@me.com'
try:
from ipsc.ipsc_message_types import *
from ipsc.ipsc_const import *
except ImportError:
sys.exit('IPSC message types file not found or invalid')
sys.exit('IPSC constants file not found or invalid')
try:
from ipsc.ipsc_mask import *

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff