/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pyserver/pcilib_html_server.py

  • Committer: Vasilii Chernov
  • Date: 2016-03-04 11:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: vchernov@inr.ru-20160304113344-yhh657853ypdmpqk
Add python servers instalation step. Add systemd config files generation for python servers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from multiprocessing import Process
5
5
 
6
6
import requests
7
 
from api_server import ApiServer
 
7
from pcilib_api_server import ApiServer
8
8
 
9
9
#import flask elements
10
10
from flask import render_template