🐛 fix setup.py where sys is missing

This commit is contained in:
chfw 2017-10-20 07:47:46 +01:00
parent 3f15550c9e
commit 54f8b41f9b
2 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,3 @@
{%block compat_block%}
{%endblock%}

View File

@ -1,5 +1,6 @@
# Template by setupmobans
import os
import sys
import codecs
from shutil import rmtree
from setuptools import setup, find_packages, Command