Commit 356e6558 authored by Marco Mariani's avatar Marco Mariani

added vim header for tabs

parent 8af89be7
# -*- coding: utf-8 -*-
# vim: set et sts=2:
from optparse import OptionParser, Option
import ConfigParser
import logging
......
# -*- coding: utf-8 -*-
# vim: set et sts=2:
import os
import urllib
......
# -*- coding: utf-8 -*-
# vim: set et sts=2:
import slapos.slap
import time
......
# -*- coding: utf-8 -*-
# vim: set et sts=2:
import os
import sys
import views
......
# -*- coding: utf-8 -*-
# vim: set et sts=2:
import slapos.slap
import time
......
# -*- coding: utf-8 -*-
# vim: set et sts=2:
from flask import Flask, request, redirect, url_for, \
render_template, g, flash, jsonify, session, abort, send_file
......
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