21 # |
21 # |
22 # |
22 # |
23 # Patched to support the Python 3.5 async functionality. |
23 # Patched to support the Python 3.5 async functionality. |
24 # Patched to support PyQt's @pyqtSlot decorator to consider slots as |
24 # Patched to support PyQt's @pyqtSlot decorator to consider slots as |
25 # always used. |
25 # always used. |
26 # Patches: Copyright (C) 2017 Detlev Offenbach <detlev@die-offenbachs.de> |
26 # Patches: Copyright (C) 2018 Detlev Offenbach <detlev@die-offenbachs.de> |
27 # |
27 # |
28 |
28 |
29 from __future__ import print_function |
29 from __future__ import print_function |
30 |
30 |
31 import ast |
31 import ast |