update api.py

pull/26/head
kelianchun_miller 2015-11-04 15:20:28 +08:00
parent 5e20ac0454
commit a95e313733
1 changed files with 3 additions and 0 deletions

View File

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