Skip to content

Commit

Permalink
DynamicRinohDistribution: set non-empty name property
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored and brechtm committed Nov 4, 2021
1 parent 1c4f965 commit ad38d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rinoh/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def load(self):
class DynamicRinohDistribution(ilm.Distribution):
"""Distribution for registering resource entry points to at runtime"""

name = ''
name = 'rinoh-dynamic'

def __init__(self):
self._templates = {}
Expand Down

0 comments on commit ad38d25

Please sign in to comment.