Commit 1a9fda39 authored by Rafael Monnerat's avatar Rafael Monnerat

Clean up imports

parent 0695c0d4
from flask import g, Flask, request, abort, json
import xml_marshaller.xml_marshaller
from slapos.slap.slap import Computer, ComputerPartition, SoftwareRelease
from lxml import etree
from lxml.etree import XMLSyntaxError
import sqlite3
from simplejson.decoder import JSONDecodeError
app = Flask(__name__)
DB_VERSION = app.open_resource('schema.sql').readline().strip().split(':')[1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment