Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
feat: delete Clipboard and Prefs
Browse files Browse the repository at this point in the history
I've decided to cut these two modules to slim down atomacos. Maybe someone can provide use case and
tests, it can be readded.

BREAKING CHANGE: Module was importable from atomacos and are now deleted. No alternative exists in
the project.
  • Loading branch information
daveenguyen committed Mar 22, 2019
1 parent f5bd571 commit 378a66c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 319 deletions.
209 changes: 0 additions & 209 deletions atomacos/Clipboard.py

This file was deleted.

101 changes: 0 additions & 101 deletions atomacos/Prefs.py

This file was deleted.

2 changes: 0 additions & 2 deletions atomacos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from atomacos import a11y, errors
from atomacos.AXClasses import NativeUIElement
from atomacos.Clipboard import Clipboard
from atomacos.Prefs import Prefs

Error = errors.AXError
ErrorAPIDisabled = errors.AXErrorAPIDisabled
Expand Down
7 changes: 0 additions & 7 deletions tests/test_prefs.py

This file was deleted.

0 comments on commit 378a66c

Please sign in to comment.