Moved protocol to network module #2258
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "test5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +23,4 @@
from debug import logger
from helper_sql import sqlExecute
from version import softwareVersion
except ImportError:
It looks like this isn't the best approach after all. Let's close it for now.