Skip to content

Commit

Permalink
🐛 fix setup.py where sys is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 20, 2017
1 parent 3f15550 commit 54f8b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .moban.d/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@

{%block compat_block%}
{%endblock%}

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Template by setupmobans
import os
import sys
import codecs
from shutil import rmtree
from setuptools import setup, find_packages, Command
Expand Down

0 comments on commit 54f8b41

Please sign in to comment.