Rename plugincontroller set() to set_() to avoid clashes with built-in set()

1.4
IceArmy 2011-09-15 22:06:52 -07:00
parent 3b2fa1f162
commit bdaa4a5899
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def remove_all_actions(hook, priority=None):
return False
def set(name, value, depth=3, scope='local'):
def set_(name, value, depth=3, scope='local'):
'''Sets the value of a variable in the parents namespace
Args: