change how constants are imported

This commit is contained in:
Cort Buffington
2018-12-27 14:36:32 -06:00
parent c3eee1b9b1
commit 8585b75dc0
3 changed files with 38 additions and 38 deletions

View File

@@ -48,7 +48,7 @@ from twisted.internet import reactor, task
# Other files we pull from -- this is mostly for readability and segmentation
import log
import config
import const
from const import *
from dmr_utils3.utils import int_id, hex_str_4, try_download, mk_id_dict
# Imports for the reporting server