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:
+2
-2
@@ -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 *
|
||||
|
||||
+381
-245
File diff suppressed because it is too large
Load Diff
+2734
-147
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user