mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 15:04:06 +00:00
rename globals to globalVars
to prevent to redifine an builtin function
This commit is contained in:
parent
e8e870849d
commit
f8fcda94b6
30 changed files with 115 additions and 115 deletions
|
|
@ -16,7 +16,7 @@ from email.mime.text import MIMEText # Import the email modules we'll need
|
|||
from email.utils import formatdate # need for confirm to RFC2822 standard
|
||||
from email.utils import make_msgid # need for confirm to RFC2822 standard
|
||||
|
||||
from includes import globals # Global variables
|
||||
from includes import globalVars # Global variables
|
||||
|
||||
from includes.helper import timeHandler # helper function
|
||||
from includes.helper import configHandler # helper function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue