mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-15 21:01:47 -05:00
Fixed entry_points
This commit is contained in:
parent
fa9ff7d77f
commit
e9febbbc52
@ -124,7 +124,7 @@ def sample_config(ctx):
|
||||
|
||||
def _get_selected_entry_points():
|
||||
import sys
|
||||
if sys.version_info < (3,10):
|
||||
if sys.version_info < (3, 10):
|
||||
all = imp.entry_points()
|
||||
selected = []
|
||||
if "oslo.config.opts" in all:
|
||||
|
Loading…
Reference in New Issue
Block a user