Sun, 18 Feb 2024 17:31:14 +0100
Improved the remote file system interface to work with 'eric-ide' servers with a different OS than the IDE computer and adapted the code accordingly.
10046 | 1 | # -*- coding: utf-8 -*- |
2 | ||
10439
21c28b0f9e41
Updated copyright for 2024.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10046
diff
changeset
|
3 | # Copyright (c) 2023 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> |
10046 | 4 | # |
5 | ||
6 | """ | |
7 | Package implementing a checker for the name order of import statements and handled | |
8 | exceptions. | |
9 | """ |