mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-13 18:33:37 +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
|
|
@ -10,7 +10,7 @@ Shows the header in shell if quiet mode is not active
|
|||
@requires: none
|
||||
"""
|
||||
|
||||
from includes import globals
|
||||
from includes import globalVars
|
||||
|
||||
def printHeader(args):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue