Skip to content

Commit

Permalink
Merge pull request eMBee#5 from campbecf/fix/distutils_import
Browse files Browse the repository at this point in the history
Fix distutils import
  • Loading branch information
lionelyoung authored Jul 9, 2017
2 parents 685134f + 7e51ca5 commit 2f58f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimeo-download.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys
import subprocess as sp
import os
import distutils
import distutils.core
import argparse
import datetime

Expand Down

0 comments on commit 2f58f66

Please sign in to comment.