We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cf6a5 commit c662d14Copy full SHA for c662d14
deplacy/deplacy.py
@@ -1,12 +1,11 @@
1
# coding=utf-8
2
3
import os,tempfile
4
-from pkg_resources import get_distribution
5
from http.server import BaseHTTPRequestHandler
6
from http import HTTPStatus
7
8
PACKAGE_DIR=os.path.abspath(os.path.dirname(__file__))
9
-VERSION="HTTP deplacy/"+get_distribution("deplacy").version
+VERSION="HTTP deplacy/2.1"
10
EDITOR_URL="https://koichiyasuoka.github.io/deplacy/deplacy/editor.html"
11
EDITOR_RTOL="https://koichiyasuoka.github.io/deplacy/deplacy/editorRtoL.html"
12
TEMPFILE=tempfile.TemporaryFile()
0 commit comments