update api.py

This commit is contained in:
kelianchun_miller 2015-11-04 15:20:28 +08:00
parent 5e20ac0454
commit a95e313733

View File

@ -25,6 +25,9 @@ from django.shortcuts import render_to_response
from django.core.mail import send_mail
import json
import logging
VIM_FLAG = False
VIM_COMMAND = ''
SSH_TTY = ''
try:
import termios