Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd922d7 commit f1f0a9cCopy full SHA for f1f0a9c
mss/__init__.py
@@ -5,8 +5,6 @@
5
6
This module is maintained by Mickaël Schoentgen <[email protected]>.
7
8
- Note: please keep this module compatible to Python 2.6.
9
-
10
You can always get the latest version of this module at:
11
https://github.com/BoboTiG/python-mss
12
If that URL should fail, try contacting the author.
mss/linux.py
@@ -83,12 +83,6 @@ class MSS(MSSBase):
83
It uses intensively the Xlib and Xrandr extension.
84
'''
85
86
- display = None
87
- xlib = None
88
- xrandr = None
89
90
- root = None
91
92
def __del__(self):
93
''' Disconnect from X server. '''
94
0 commit comments