diff options
Diffstat (limited to 'gi/pygtkcompat.py')
-rw-r--r-- | gi/pygtkcompat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygtkcompat.py b/gi/pygtkcompat.py index 91b5cc1..9a80eef 100644 --- a/gi/pygtkcompat.py +++ b/gi/pygtkcompat.py @@ -2,7 +2,7 @@ import warnings from gi import PyGIDeprecationWarning warnings.warn('gi.pygtkcompat is being deprecated in favor of using "pygtkcompat" directly.', - PyGIDeprecationWarning, stacklevel=2) + PyGIDeprecationWarning) # pyflakes.ignore from pygtkcompat import (enable, |