Skip to content

Commit

Permalink
fix-mac_310_and_320_support
Browse files Browse the repository at this point in the history
  • Loading branch information
atticus-lv committed Jun 11, 2022
1 parent bf42bac commit 6a75830
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified clipboard/darwin/_native.cpython-310-darwin.so
Binary file not shown.
Binary file modified clipboard/darwin/_native.cpython-39-darwin.so
Binary file not shown.
2 changes: 1 addition & 1 deletion clipboard/darwin/mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, file_urls=None):

def pull(self, force_unicode=False):
self.file_urls = []
from .pasteboard import _native as pasteboard
from . import _native as pasteboard

pb = pasteboard.Pasteboard()

Expand Down

0 comments on commit 6a75830

Please sign in to comment.