Source: python-pyperclip
Version: 1.5.11-1
pyperclip/pyperclip.py exists and it contains almost the same code as
pyperclip/__init__.py:
| $ diff -u pyperclip/__init__.py pyperclip/pyperclip.py | head
| --- pyperclip/__init__.py 2015-07-29 20:30:53.000000000 +0200
| +++ pyperclip/pyperclip.py 2015-07-29 20:30:53.000000000 +0200
| @@ -18,20 +18,16 @@
| The gtk module is not available for Python 3, and this module does not work
with PyGObject yet.
| """
|
| -__version__ = '1.5.11'
| +__version__ = '1.5.6'
|
| import platform, os
This is bizarre...
--
Jakub Wilk