Skip to content

Commit

Permalink
Revert removal of six import
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Oct 4, 2020
1 parent 4628f49 commit 1da63ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pickleclip/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from six.moves import cPickle as pickle
import dill
import pyperclip
import six


def copy(obj, protocol=-1, serializer=pickle):
Expand Down

0 comments on commit 1da63ff

Please sign in to comment.