src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Async/__init__.py

Sun, 18 Feb 2024 17:31:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 18 Feb 2024 17:31:14 +0100
branch
server
changeset 10585
83e5a9a64543
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
permissions
-rw-r--r--

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.

# -*- coding: utf-8 -*-

# Copyright (c) 2023 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing a checker for "async" related issues.
"""

eric ide

mercurial