Skip to content

Commit

Permalink
FIX missing import in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Sep 14, 2016
1 parent 268b6ea commit b1bd976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from distutils.command.clean import clean as Clean
from pkg_resources import parse_version
import traceback
import subprocess

if sys.version_info[0] < 3:
import __builtin__ as builtins
Expand Down

0 comments on commit b1bd976

Please sign in to comment.