pillar-server → pillar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from pillar_server.extension import PillarExtension
|
||||
from pillar.extension import PillarExtension
|
||||
|
||||
from .modules import blueprint
|
||||
|
||||
@@ -6,7 +6,7 @@ from .modules import blueprint
|
||||
class AttractExtension(PillarExtension):
|
||||
@property
|
||||
def name(self):
|
||||
return 'attract'
|
||||
return 'Attract'
|
||||
|
||||
def flask_config(self):
|
||||
"""Returns extension-specific defaults for the Flask configuration.
|
||||
|
Reference in New Issue
Block a user