removed useless line of code

This commit is contained in:
Rudi Grinberg 2012-11-07 23:21:08 -05:00
parent ed00089a1a
commit 55f0462946
2 changed files with 2 additions and 2 deletions

View file

@ -21,3 +21,5 @@ class InstanceInheritingThread(threading.Thread, HasUser):
def user():
try: return threading.current_thread().user()
except AttributeError: raise UserlessThread()
def apc(): return user().api_client