Renamed attract_server → attract
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from pillar import PillarServer
|
||||
from attract_server import AttractExtension
|
||||
from attract import AttractExtension
|
||||
|
||||
app = PillarServer('.')
|
||||
app.load_extension(AttractExtension(), '/attract')
|
||||
|
Reference in New Issue
Block a user