clean code/files

This commit is contained in:
Mathieu PATUREL
2017-01-08 15:40:25 +11:00
parent d466a29cd4
commit a4e670de43
6 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# -*- encoding: utf-8 -*-
import os.path
import tempfile
import sublime
from threading import Thread
import urllib.request, urllib.error
import sublime
from .functions import *
import tempfile
CACHE_FILE = os.path.join(tempfile.gettempdir(),
'MarkdownLivePreviewCache.txt')