additional python 2/3 agnosticism

This commit is contained in:
Max 2020-02-23 21:08:04 -05:00
parent 92ba1df2c0
commit 8b00b8459a
2 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ if _RTLD_GLOBAL != 0:
# import swig generated symbols into the op25 namespace
from op25_swig import *
from .op25_swig import *
# import any pure python here
#

View File

@ -42,7 +42,7 @@ if _RTLD_GLOBAL != 0:
# import swig generated symbols into the op25_repeater namespace
from op25_repeater_swig import *
from .op25_repeater_swig import *
# import any pure python here
#