Removed loading of Attract server from the master branch.

Development of Cloud with Attract enabled has been moved to the
'with-attract' branch, so that we can deploy onto production without
Attract enabled.
Once we decide it's time to deploy together with Attract, we can merge
the 'with-attract' branch back to master.
This commit is contained in:
Sybren A. Stüvel 2016-08-31 11:40:42 +02:00
parent ae17068ab4
commit 6dd509851f
2 changed files with 0 additions and 5 deletions

View File

@ -1,12 +1,8 @@
#!/usr/bin/env python
from pillar import PillarServer
from attract_server import AttractExtension
attract = AttractExtension()
app = PillarServer('.')
app.load_extension(attract, '/attract')
app.process_extensions()
if __name__ == '__main__':

View File

@ -1,6 +1,5 @@
# Primary requirements
pillar
attract_server
pillarsdk
# Secondary requirements (i.e. pulled in from primary requirements)