diff --git a/hb_const.py b/hb_const.py index 6b90731..4c75c78 100755 --- a/hb_const.py +++ b/hb_const.py @@ -22,11 +22,7 @@ from __future__ import print_function __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2016 Cortney T. Buffington, N0MJS and the K0USY Group' -<<<<<<< HEAD:enc_dmr.py -__credits__ = 'Jonathan Naylor, G4KLX' -======= __credits__ = '' ->>>>>>> modularization:hb_const.py __license__ = 'GNU GPLv3' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' diff --git a/hb_router.py b/hb_router.py index cc5b384..eaa780f 100755 --- a/hb_router.py +++ b/hb_router.py @@ -116,25 +116,8 @@ def build_acl(_sub_acl): else: def allow_sub(_sub): return True -<<<<<<< HEAD - else: - return False -else: - def allow_sub(_sub): - return True - -# Does anybody read this stuff? There's a PEP somewhere that says I should do this. -__author__ = 'Cortney T. Buffington, N0MJS' -__copyright__ = 'Copyright (c) 2016 Cortney T. Buffington, N0MJS and the K0USY Group' -__credits__ = 'Colin Durbridge, G4EML, Steve Zingman, N4IRS; Mike Zingman, N4IRR; Jonathan Naylor, G4KLX; Hans Barthen, DL5DI; Torsten Shultze, DG1HT' -__license__ = 'GNU GPLv3' -__maintainer__ = 'Cort Buffington, N0MJS' -__email__ = 'n0mjs@me.com' -__status__ = 'pre-alpha' -======= return acl_file.ACL ->>>>>>> modularization # Run this every minute for rule timer updates