test
This commit is contained in:
parent
9366542aeb
commit
8f30ed2f3a
@ -6,11 +6,3 @@ class SpiceBotCore_OBJ():
|
||||
self.script_dir = None
|
||||
self.increment = 1
|
||||
self.bot = None
|
||||
|
||||
def __getattr__(self, name):
|
||||
"""
|
||||
Quick and dirty shortcuts. Will only get called for undefined attributes.
|
||||
"""
|
||||
|
||||
if hasattr(self, name):
|
||||
return eval("self.%s" % name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user