diff --git a/.moban.d/setup.py b/.moban.d/setup.py index 2a8e138..b276d5a 100644 --- a/.moban.d/setup.py +++ b/.moban.d/setup.py @@ -5,4 +5,3 @@ {%block compat_block%} {%endblock%} - diff --git a/setup.py b/setup.py index ffd20ba..694a50f 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ # Template by setupmobans import os +import sys import codecs from shutil import rmtree from setuptools import setup, find_packages, Command